diff options
Diffstat (limited to 'src/components/announcement_editor/announcement_editor.vue')
| -rw-r--r-- | src/components/announcement_editor/announcement_editor.vue | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/src/components/announcement_editor/announcement_editor.vue b/src/components/announcement_editor/announcement_editor.vue index e2418b8d..0f29f9f7 100644 --- a/src/components/announcement_editor/announcement_editor.vue +++ b/src/components/announcement_editor/announcement_editor.vue @@ -41,12 +41,20 @@ <script src="./announcement_editor.js"></script> <style lang="scss"> - .announcement-editor { - display: flex; - align-items: stretch; - flex-direction: column; - .announcement-metadata { - margin-top: 0.5em; - } - } +.announcement-editor { + display: flex; + align-items: stretch; + flex-direction: column; + + .announcement-metadata { + margin-top: 0.5em; + } + + .post-textarea { + resize: vertical; + height: 10em; + overflow: none; + box-sizing: content-box; + } +} </style> |
