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:
Kevin Decherf 2022-06-05 20:06:51 +02:00
parent 88a92dd734
commit 1d1c2a3311
3 changed files with 5 additions and 4 deletions

View file

@ -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