nicolium: fix text overflow handling

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-03-21 17:39:37 +01:00
parent 5a02e3d73e
commit a08f7f382a
3 changed files with 5 additions and 5 deletions

View File

@ -189,7 +189,7 @@
.-profile-field {
span[data-markup] {
overflow-wrap: break-word;
overflow-wrap: anywhere;
}
dt span[data-markup] {
@ -218,7 +218,7 @@
@include mixins.text;
overflow: hidden;
overflow-wrap: break-word;
overflow-wrap: anywhere;
}
}

View File

@ -245,7 +245,7 @@
min-width: 1.25rem;
height: 1.25rem;
overflow-wrap: break-word;
overflow-wrap: anywhere;
white-space: nowrap;
}
}
@ -332,7 +332,7 @@
> :first-child {
color: rgb(var(--color-gray-900));
overflow-wrap: break-word;
overflow-wrap: anywhere;
.dark & {
color: rgb(var(--color-gray-100));

View File

@ -626,7 +626,7 @@
position: relative;
color: rgb(var(--color-gray-900));
text-overflow: ellipsis;
overflow-wrap: break-word;
overflow-wrap: anywhere;
&:focus {
outline: 2px solid transparent;