X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2FResources%2Fstatic%2Fthemes%2Fmaterial%2Fcss%2Farticle.scss;h=75658a580f75232fa43d54591212eb98a26e7651;hb=2bf568ff4688b38a3560bb98c15a0d5a0ad1d37e;hp=27ff52214d521620f735c2bb7b85a306f8e2d134;hpb=84b041e87f1e2642627bb4f86284ed538333eb1d;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/Resources/static/themes/material/css/article.scss b/app/Resources/static/themes/material/css/article.scss index 27ff5221..75658a58 100644 --- a/app/Resources/static/themes/material/css/article.scss +++ b/app/Resources/static/themes/material/css/article.scss @@ -11,6 +11,7 @@ color: #424242; font-size: 18px; line-height: 1.7em; + overflow-wrap: break-word; h1, h2, @@ -108,12 +109,17 @@ .stats { font-size: 0.8em; - margin: 8px 15px 5px; + margin: 8px 5px 5px; li { display: inline-flex; vertical-align: middle; - margin: 0 5px; + margin: 3px 5px; + + i.material-icons { + color: #3e3e3e; + margin-right: 3px; + } } a {