mirror of
https://codeberg.org/readeck/readeck.git
synced 2025-12-22 13:17:10 +00:00
Force text-wrap: nowrap on reading time in bookmark list
If a translation translates "%d min" without the breaking space, the layout is broken. Resolves #951
This commit is contained in:
@@ -310,6 +310,9 @@
|
||||
> strong {
|
||||
@apply leading-none overflow-hidden text-ellipsis;
|
||||
}
|
||||
> span {
|
||||
@apply text-nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
&--labels {
|
||||
@@ -404,6 +407,9 @@
|
||||
> strong {
|
||||
@apply flex-grow-0;
|
||||
}
|
||||
> span {
|
||||
@apply text-nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
&--spinner {
|
||||
@@ -474,6 +480,9 @@
|
||||
> strong {
|
||||
@apply overflow-hidden text-ellipsis;
|
||||
}
|
||||
> span {
|
||||
@apply text-nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
&--labels {
|
||||
|
||||
Reference in New Issue
Block a user