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;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
min-height: 18.75rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Title Input */
|
/* Title Input */
|
||||||
|
|
Loading…
Reference in a new issue