mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Merge pull request #3525 from Simounet/fix/empty-card-title-link
Fix empty card title link
This commit is contained in:
commit
3473e600b1
25 changed files with 58 additions and 85 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue