mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-16 21:18:19 +01:00
Merge pull request #4235 from GSIMCOX524/patch-1
Make Stylesheet <textarea> vertically resizable
This commit is contained in:
commit
5ad6092734
@ -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