added min-height to #simple-note
This commit is contained in:
parent
d7d6e91e10
commit
7693863f67
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ h2 {
|
|||
flex-direction: column;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
min-height: 18.75rem;
|
||||
}
|
||||
|
||||
/* Title Input */
|
||||
|
|
Loading…
Reference in a new issue