aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/cards.scss
diff options
context:
space:
mode:
authorKevin Decherf <kevin@kdecherf.com>2019-03-03 19:22:03 +0100
committerGitHub <noreply@github.com>2019-03-03 19:22:03 +0100
commit806635f7d5d2ee6aa07bc5ae1246f42aef63fb3e (patch)
treee2cc5e8e3f3dd7a6174eb58f72d8ec4dd4ee8933 /app/Resources/static/themes/material/css/cards.scss
parent1e9c710fdd632c1448f75bfa2c29f1483e598d53 (diff)
parent05232afe3223242ef9563bb8a6ae13a462a043b0 (diff)
downloadwallabag-806635f7d5d2ee6aa07bc5ae1246f42aef63fb3e.tar.gz
wallabag-806635f7d5d2ee6aa07bc5ae1246f42aef63fb3e.tar.zst
wallabag-806635f7d5d2ee6aa07bc5ae1246f42aef63fb3e.zip
Merge pull request #3893 from wallabag/issue-3877
material: fix left padding of content on medium screens
Diffstat (limited to 'app/Resources/static/themes/material/css/cards.scss')
-rw-r--r--app/Resources/static/themes/material/css/cards.scss6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/Resources/static/themes/material/css/cards.scss b/app/Resources/static/themes/material/css/cards.scss
index 4f67e038..4cbeb7bd 100644
--- a/app/Resources/static/themes/material/css/cards.scss
+++ b/app/Resources/static/themes/material/css/cards.scss
@@ -272,9 +272,3 @@ a.original:not(.waves-effect) {
272.settings .div_tabs { 272.settings .div_tabs {
273 padding-bottom: 15px; 273 padding-bottom: 15px;
274} 274}
275
276@media only screen and (min-width: 992px) {
277 .card-tag-labels li {
278 max-width: 50%;
279 }
280}