modal height auto

This commit is contained in:
Nicholas Ward
2022-04-06 20:43:44 -05:00
parent 0e5bbb2d1c
commit d1b9743836
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
padding: 0.8rem; padding: 0.8rem;
grid-template-rows: 1fr auto; grid-template-rows: 1fr auto;
width: 50%; width: 50%;
height: 50%; height: auto;
border-radius: 4px; border-radius: 4px;
box-shadow: 0 11px 15px -7px box-shadow: 0 11px 15px -7px
rgba(0,0,0,.2), rgba(0,0,0,.2),
+1 -1
View File
@@ -3,7 +3,7 @@ label.textarea {
margin: 0 0 0.4rem 0; margin: 0 0 0.4rem 0;
} }
textarea.textarea { textarea.textarea {
width: 100%; width: 90%;
height: 6em; height: 6em;
border: 1px solid grey; border: 1px solid grey;
border-radius: 0.2rem; border-radius: 0.2rem;