Merge pull request #4235 from GSIMCOX524/patch-1
Make Stylesheet <textarea> vertically resizable
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