diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2020-03-06 08:03:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-06 08:03:13 +0100 |
commit | ed81337461c8c7763eb07a489fc980491dc9c046 (patch) | |
tree | 6be86ce427301c677f97417208aeb96e0390f84c /apps/files/css/mobile.scss | |
parent | a036ca60189094bca5ad2575b425566950a53021 (diff) | |
parent | 372bd505f878bd495f3dbbccbcb9bae08542ca44 (diff) | |
download | nextcloud-server-ed81337461c8c7763eb07a489fc980491dc9c046.tar.gz nextcloud-server-ed81337461c8c7763eb07a489fc980491dc9c046.zip |
Merge pull request #19440 from nextcloud/fix/filename_popovermenu_misalignment
Fix filename and popover menu misalignment
Diffstat (limited to 'apps/files/css/mobile.scss')
-rw-r--r-- | apps/files/css/mobile.scss | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/files/css/mobile.scss b/apps/files/css/mobile.scss index 3ba5f1e0d8d..da6fdd25f28 100644 --- a/apps/files/css/mobile.scss +++ b/apps/files/css/mobile.scss @@ -8,11 +8,6 @@ $min-table-width: 688px; background-color: rgba(255, 255, 255, 1)!important; } -#body-user #filestable { - min-width: 250px; - display: initial; -} - table th#headerSize, table td.filesize, table th#headerDate, |