textarea block margin
This commit is contained in:
parent
bcc589e612
commit
fbc956d9c4
2 changed files with 3 additions and 1 deletions
|
|
@ -270,6 +270,7 @@ input[type="file"] {
|
|||
}
|
||||
|
||||
#save-area {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 5.65rem;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue