mirror of https://github.com/wallabag/wallabag.git
Merge pull request #5840 from wallabag/fix/chip
material: fix "untagged entries" chip style
This commit is contained in:
commit
b9e25a8810
|
@ -164,6 +164,7 @@ a.original:not(.waves-effect) {
|
|||
border-radius: 3px;
|
||||
color: #fff;
|
||||
cursor: default;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.card-entry-labels li {
|
||||
|
@ -188,7 +189,7 @@ a.original:not(.waves-effect) {
|
|||
}
|
||||
|
||||
.card-tag-link {
|
||||
width: calc(100% - 48px);
|
||||
width: calc(100% - 24px);
|
||||
line-height: 1.3;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
|
@ -212,7 +213,7 @@ a.original:not(.waves-effect) {
|
|||
|
||||
.card-tag-labels {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
|
||||
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
|
||||
}
|
||||
|
||||
.card-tag-labels li {
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue