From 5deb478ca2d95782995bcbccd208d36cfb69e524 Mon Sep 17 00:00:00 2001 From: forough-jalili Date: Tue, 16 Jul 2019 13:57:16 +0430 Subject: [PATCH] Fixed text area layout in attachment tab, #523 --- src/components/Attachment.vue | 2 +- src/styles/layout/_attachment_layout.sass | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/Attachment.vue b/src/components/Attachment.vue index cf75662c..38bd50c8 100644 --- a/src/components/Attachment.vue +++ b/src/components/Attachment.vue @@ -75,7 +75,7 @@
diff --git a/src/styles/layout/_attachment_layout.sass b/src/styles/layout/_attachment_layout.sass index 41c3be54..c500730b 100644 --- a/src/styles/layout/_attachment_layout.sass +++ b/src/styles/layout/_attachment_layout.sass @@ -46,6 +46,9 @@ grid-row-gap: 7px padding: 10px 20px + .text-area + height: 50px + &.new-attachment // ATTACHMENT FORM .secondary-button justify-self: center