mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 19:26:38 -05:00
Improve the dashboard markdown editor
This commit is contained in:
parent
27ef5d09e5
commit
2ee195c079
1 changed files with 5 additions and 4 deletions
9
resources/assets/sass/dashboard.scss
vendored
9
resources/assets/sass/dashboard.scss
vendored
|
@ -340,12 +340,13 @@ body {
|
|||
.edit-item {
|
||||
margin-top: 10px;
|
||||
|
||||
.CodeMirror, .CodeMirror-scroll {
|
||||
min-height: 100px;
|
||||
}
|
||||
|
||||
.CodeMirror {
|
||||
height: 300px;
|
||||
padding: 5px;
|
||||
|
||||
&-code {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.picker__holder {
|
||||
|
|
Loading…
Reference in a new issue