aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
authorSimounet <contact@simounet.net>2017-12-06 22:21:19 +0100
committerSimounet <contact@simounet.net>2017-12-06 22:21:19 +0100
commit39217f3108c7b0fa0727d2b30721515c755aaaaa (patch)
treebf50085c9d41aff169c7940183787de07860fcad /app
parent613a8ec3123de83013837bf97b59c3bd1af02548 (diff)
downloadwallabag-39217f3108c7b0fa0727d2b30721515c755aaaaa.tar.gz
wallabag-39217f3108c7b0fa0727d2b30721515c755aaaaa.tar.zst
wallabag-39217f3108c7b0fa0727d2b30721515c755aaaaa.zip
Fix line-height issue on the footer
Diffstat (limited to 'app')
-rw-r--r--app/Resources/static/themes/material/css/entries.scss4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/Resources/static/themes/material/css/entries.scss b/app/Resources/static/themes/material/css/entries.scss
index d38d97e4..cdb125d5 100644
--- a/app/Resources/static/themes/material/css/entries.scss
+++ b/app/Resources/static/themes/material/css/entries.scss
@@ -65,10 +65,6 @@
65} 65}
66 66
67.page-footer .footer-copyright { 67.page-footer .footer-copyright {
68 min-width: 50px;
69 height: auto !important;
70 line-height: 1em !important;
71
72 p { 68 p {
73 text-overflow: ellipsis; 69 text-overflow: ellipsis;
74 white-space: nowrap; 70 white-space: nowrap;