mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-16 21:18:19 +01:00
Make Stylesheet <textarea> vertically resizable
When you have a decent amount of custom CSS in Dashboard > Settings > Stylesheet, vertical resizing is very helpful
This commit is contained in:
parent
cfd173cf12
commit
63e3482c33
@ -8,6 +8,9 @@ body.dashboard {
|
||||
&.header-fixed {
|
||||
margin-top: 60px;
|
||||
}
|
||||
textarea[name="stylesheet"] {
|
||||
resize: vertical;
|
||||
}
|
||||
}
|
||||
.header {
|
||||
position: relative;
|
||||
|
Loading…
x
Reference in New Issue
Block a user