aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2017-12-26 16:00:58 +0100
committerGitHub <noreply@github.com>2017-12-26 16:00:58 +0100
commit3473e600b1d0ae0695b8c15342a6a1f76e2bc973 (patch)
treecb75c9e3ac7bccdffcad97c2aa637a6717bf25e4 /app
parent11ed735c09391f244dfa45b93cdbfded11196866 (diff)
parentc04bde29a36e4a60c596808d0ac45dc23476db44 (diff)
downloadwallabag-3473e600b1d0ae0695b8c15342a6a1f76e2bc973.tar.gz
wallabag-3473e600b1d0ae0695b8c15342a6a1f76e2bc973.tar.zst
wallabag-3473e600b1d0ae0695b8c15342a6a1f76e2bc973.zip
Merge pull request #3525 from Simounet/fix/empty-card-title-link
Fix empty card title link
Diffstat (limited to 'app')
-rw-r--r--app/Resources/static/themes/material/css/cards.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/Resources/static/themes/material/css/cards.scss b/app/Resources/static/themes/material/css/cards.scss
index 8ef864d6..8f7f8f7b 100644
--- a/app/Resources/static/themes/material/css/cards.scss
+++ b/app/Resources/static/themes/material/css/cards.scss
@@ -25,7 +25,6 @@ main {
25 max-height: 80px; 25 max-height: 80px;
26 font-size: 19px; 26 font-size: 19px;
27 font-family: roberto, "Helvetica Neue", Helvetica, Arial, sans-serif; 27 font-family: roberto, "Helvetica Neue", Helvetica, Arial, sans-serif;
28 color: #313131;
29 } 28 }
30 29
31 .card-stacked .card-content .card-title { 30 .card-stacked .card-content .card-title {
@@ -251,6 +250,10 @@ a.original:not(.waves-effect) {
251 float: right; 250 float: right;
252 max-width: 6em; 251 max-width: 6em;
253 } 252 }
253
254 .tags {
255 display: inline-block;
256 }
254} 257}
255 258
256#content .collection .collection-item { 259#content .collection .collection-item {