mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
11 lines
185 B
CSS
11 lines
185 B
CSS
.sheet-textarea textarea {
|
|
text-align: initial;
|
|
outline: none;
|
|
resize: none;
|
|
overflow: auto;
|
|
margin: 0;
|
|
margin-bottom: 4px;
|
|
width: 30em;
|
|
height: 10em;
|
|
}
|