mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 03:25:17 +01:00
Fix dashboard quick access button text spilling over if too long to fit
Fixes #142601
This commit is contained in:
parent
e3baa1cdda
commit
37ef507126
@ -91,6 +91,7 @@
|
|||||||
height: 36px;
|
height: 36px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
|
white-space: nowrap;
|
||||||
|
|
||||||
&:active,
|
&:active,
|
||||||
&:focus,
|
&:focus,
|
||||||
@ -111,6 +112,8 @@
|
|||||||
|
|
||||||
span {
|
span {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
strong {
|
strong {
|
||||||
|
Loading…
Reference in New Issue
Block a user