textarea block margin

This commit is contained in:
ReznoRMichael 2021-01-27 20:33:48 +01:00
parent bcc589e612
commit fbc956d9c4
2 changed files with 3 additions and 1 deletions

View file

@ -270,6 +270,7 @@ input[type="file"] {
}
#save-area {
display: block;
width: 100%;
height: 5.65rem;
}

View file

@ -133,7 +133,7 @@ textarea {
caret-color: #fff;
border: 1px solid #e3ebf7;
padding: 2px;
margin: 0.5rem 2px 0.3rem 2px;
margin: 0.5rem 2px 0.5rem 2px;
overflow-x: hidden;
overflow-y: scroll;
overflow-wrap: normal;
@ -160,6 +160,7 @@ input[type="file"] {
}
#save-area {
display: block;
width: 100%;
height: 5.65rem;
}