diff options
author | Marc Hartmayer <hello@hartmayer.com> | 2020-04-22 00:24:32 +0200 |
---|---|---|
committer | Marc Hartmayer <hello@hartmayer.com> | 2020-04-23 02:55:24 +0200 |
commit | c1287248a6a4975133790deab6747530e5ece3cb (patch) | |
tree | e90ed5b4c09fb7ec83a30c96083d65db425894fc /client/components | |
parent | 4550e10fbeead146b5742820bd53b6846772c5f6 (diff) | |
download | wekan-c1287248a6a4975133790deab6747530e5ece3cb.tar.gz wekan-c1287248a6a4975133790deab6747530e5ece3cb.tar.bz2 wekan-c1287248a6a4975133790deab6747530e5ece3cb.zip |
Mobile device layout fix
Diffstat (limited to 'client/components')
-rw-r--r-- | client/components/main/popup.styl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/components/main/popup.styl b/client/components/main/popup.styl index f1db3927..b4815ca6 100644 --- a/client/components/main/popup.styl +++ b/client/components/main/popup.styl @@ -320,6 +320,7 @@ $popupWidth = 300px input[type="file"] margin: 4px 0 12px width: 100% + box-sizing: border-box .pop-over-list li > a |