Merge pull request #4235 from GSIMCOX524/patch-1

Make Stylesheet <textarea> vertically resizable
This commit is contained in:
James Brooks 2021-03-29 11:53:24 +01:00 committed by GitHub
commit 5ad6092734
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,9 @@ body.dashboard {
&.header-fixed {
margin-top: 60px;
}
textarea[name="stylesheet"] {
resize: vertical;
}
}
.header {
position: relative;