diff options
author | Marin Treselj <marin@pixelipo.com> | 2017-09-21 14:04:23 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-10-31 11:35:21 +0100 |
commit | f1d90adb09bc48b0c7be22968aaa2594fa9bae24 (patch) | |
tree | a723ceef91c57365a7241100f27562d34eb098dd /apps | |
parent | 2ff2d4f10470e6e2d75f1f3fd1c077edab6ea731 (diff) | |
download | nextcloud-server-f1d90adb09bc48b0c7be22968aaa2594fa9bae24.tar.gz nextcloud-server-f1d90adb09bc48b0c7be22968aaa2594fa9bae24.zip |
Fix CSS, better handling of recipients
Signed-off-by: Marin Treselj <marin@pixelipo.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/css/files.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 1fc38f03672..80a95559b2c 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -594,8 +594,8 @@ a.action > img { max-width: 70px; overflow: hidden; text-overflow: ellipsis; - vertical-align: bottom; - padding-left: 6px; + vertical-align: middle; + margin-left: 6px; } #fileList .favorite-mark.permanent { |