diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-09-27 21:58:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-27 21:58:06 +0200 |
commit | 92fa168344c51cd1c5835678e649b05cb7a2d030 (patch) | |
tree | 629f278397bff7ffbed890da85b2df9ed5d29bb0 /app/Resources/static | |
parent | a9e92b66093c78ef2311c4d507f1546cac899008 (diff) | |
parent | 1ed965beb99656253ec2fa344ddc2800f413d9b4 (diff) | |
download | wallabag-92fa168344c51cd1c5835678e649b05cb7a2d030.tar.gz wallabag-92fa168344c51cd1c5835678e649b05cb7a2d030.tar.zst wallabag-92fa168344c51cd1c5835678e649b05cb7a2d030.zip |
Merge pull request #2313 from wallabag/fix-long-loading
Remove CSS class who caused long loading on Firefox
Diffstat (limited to 'app/Resources/static')
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index 65b708c7..9ea59eb0 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css | |||
@@ -352,7 +352,6 @@ main ul.row { | |||
352 | .card .card-content .card-title { | 352 | .card .card-content .card-title { |
353 | line-height: 32px; | 353 | line-height: 32px; |
354 | max-height: 64px; | 354 | max-height: 64px; |
355 | display: block; | ||
356 | } | 355 | } |
357 | 356 | ||
358 | .card .card-content i.right, .card .card-reveal i.right { | 357 | .card .card-content i.right, .card .card-reveal i.right { |