mirror of
https://github.com/mastodon/mastodon.git
synced 2026-08-11 07:45:36 -05:00
Prevent text wrapping in Badge component (#38691)
This commit is contained in:
@@ -10657,14 +10657,7 @@ noscript {
|
||||
}
|
||||
|
||||
&__source {
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
cursor: help;
|
||||
|
||||
> span {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user