about summary refs log tree commit diff stats
path: root/app/assets/stylesheets/admin
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/admin')
-rw-r--r--app/assets/stylesheets/admin/layout.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/admin/layout.scss b/app/assets/stylesheets/admin/layout.scss index 3adf7da..bf15b0d 100644 --- a/app/assets/stylesheets/admin/layout.scss +++ b/app/assets/stylesheets/admin/layout.scss
@@ -83,6 +83,7 @@ body {
83 83
84#entry-form { 84#entry-form {
85 display: flex; 85 display: flex;
86 height: 100%;
86 87
87 fieldset { 88 fieldset {
88 border: 0; 89 border: 0;
@@ -143,9 +144,16 @@ body {
143 } 144 }
144 145
145 .body-field { 146 .body-field {
147 height: 100%;
148
146 label { 149 label {
147 display: none; 150 display: none;
148 } 151 }
152
153 textarea {
154 width: 100%;
155 height: 100%;
156 }
149 } 157 }
150} 158}
151 159