summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/compose/inline_box.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/templates/compose/inline_box.hbs')
-rw-r--r--web-ui/app/templates/compose/inline_box.hbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/templates/compose/inline_box.hbs b/web-ui/app/templates/compose/inline_box.hbs
index fbb62b0f..c9c114ec 100644
--- a/web-ui/app/templates/compose/inline_box.hbs
+++ b/web-ui/app/templates/compose/inline_box.hbs
@@ -14,7 +14,7 @@
<div class="buttons-group columns compose-view__buttons">
<button id="send-button" tabindex=6><i class="fa fa-send"></i></button>
- <span id="attachment-button" class="compose-view__buttons-attachment" tabindex="6"></span>
+ <div class="compose-view__buttons-attachment"><span id="attachment-button" tabindex="6"></span></div>
<button id="trash-button" tabindex=7>{{t 'trash-button'}}<i class="fa fa-trash-o"></i></button>
<div id="draft-save-status"></div>
</div>