modal height auto
This commit is contained in:
@@ -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),
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user