mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
- Textarea width for Firefox
This commit is contained in:
@@ -86,7 +86,9 @@ body {
|
||||
}
|
||||
|
||||
textarea {
|
||||
width: stretch !important;
|
||||
/* Firefox doesnt understand some CSS!*/
|
||||
/* width: stretch !important;*/
|
||||
width: calc(100% - 20px) !important;
|
||||
outline-color: #c2aec9;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user