diff options
author | szaimen <szaimen@e.mail.de> | 2022-09-08 10:35:34 +0200 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-09-09 08:44:08 +0000 |
commit | 7801550d33b476505260e8bb6cea6acab95d0171 (patch) | |
tree | 2f999758b40b2f1199274493bad679000827728a /core/css/apps.scss | |
parent | aa53dedb3640a8ede4bab6d5c2f2440f93f8ae41 (diff) | |
download | nextcloud-server-7801550d33b476505260e8bb6cea6acab95d0171.tar.gz nextcloud-server-7801550d33b476505260e8bb6cea6acab95d0171.zip |
fix files_external settings
Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'core/css/apps.scss')
-rw-r--r-- | core/css/apps.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index 175caff691e..6f22bf66d0c 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -1221,6 +1221,7 @@ $outter-margin: math.div($popoveritem-height - $popovericon-size, 2); > button, > a, > .menuitem { + width: fit-content; /* DEPRECATED! old img in popover fallback * TODO: to remove */ > img { |