From 5941420ce9a08a0f72f4ef10a9bae697a5bb139f Mon Sep 17 00:00:00 2001 From: Maximilian Mader Date: Sat, 10 Jan 2015 01:55:38 +0100 Subject: [PATCH] Fix attachment upload button in mobile view --- file/style/be.bastelstu.chat.less | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/file/style/be.bastelstu.chat.less b/file/style/be.bastelstu.chat.less index 6339aad..dff5238 100644 --- a/file/style/be.bastelstu.chat.less +++ b/file/style/be.bastelstu.chat.less @@ -513,6 +513,13 @@ #timsChatUploadDropdownMenu { z-index: 398; + + .uploadButton { + label { + width: 100%; + display: inline-block; + } + } } #timsChatCopyrightDialog {