Prevent text wrapping in Badge component (#38691)

This commit is contained in:
diondiondion
2026-04-15 14:06:26 +02:00
committed by GitHub
parent e71d6fa344
commit 298fc7ce4c
3 changed files with 11 additions and 10 deletions

View File

@@ -10657,14 +10657,7 @@ noscript {
}
&__source {
overflow: hidden;
white-space: nowrap;
cursor: help;
> span {
overflow: hidden;
text-overflow: ellipsis;
}
}
}