mirror of
https://github.com/cachethq/cachet.git
synced 2026-03-03 02:27:01 +00: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:
@@ -8,6 +8,9 @@ body.dashboard {
|
||||
&.header-fixed {
|
||||
margin-top: 60px;
|
||||
}
|
||||
textarea[name="stylesheet"] {
|
||||
resize: vertical;
|
||||
}
|
||||
}
|
||||
.header {
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user