mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-25 18:41:05 +00:00
material: fix "untagged entries" chip style
The longest translated string for "Untagged entries" seems to be the greek "Καταχωρίσεις χωρίς ετικέτες" Fixes #5632 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
parent
88a92dd734
commit
1d1c2a3311
3 changed files with 5 additions and 4 deletions
|
@ -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 a new issue