Skip to content

Commit

Permalink
Fixed text area layout in attachment tab, #523
Browse files Browse the repository at this point in the history
  • Loading branch information
forough-jalili committed Jul 16, 2019
1 parent 1a61dff commit 5deb478
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Attachment.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<div class="input-container">
<div class="textarea-container small">
<textarea
class="light-primary-input"
class="light-primary-input text-area"
placeholder="Type here …"
v-model.trim="caption"
></textarea>
Expand Down
3 changes: 3 additions & 0 deletions src/styles/layout/_attachment_layout.sass
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
grid-row-gap: 7px
padding: 10px 20px

.text-area
height: 50px

&.new-attachment // ATTACHMENT FORM
.secondary-button
justify-self: center
Expand Down

0 comments on commit 5deb478

Please sign in to comment.