forked from wallabag/wallabag
Merge pull request #3525 from Simounet/fix/empty-card-title-link
Fix empty card title link
This commit is contained in:
@ -25,7 +25,6 @@ main {
|
||||
max-height: 80px;
|
||||
font-size: 19px;
|
||||
font-family: roberto, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
color: #313131;
|
||||
}
|
||||
|
||||
.card-stacked .card-content .card-title {
|
||||
@ -251,6 +250,10 @@ a.original:not(.waves-effect) {
|
||||
float: right;
|
||||
max-width: 6em;
|
||||
}
|
||||
|
||||
.tags {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
#content .collection .collection-item {
|
||||
|
||||
Reference in New Issue
Block a user