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:
Olivier Meunier
2025-11-21 23:12:08 +01:00
parent 0e85352d59
commit afc43b6242

View File

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