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;
|
||||
text-decoration: none;
|
||||
margin-bottom: 4px;
|
||||
white-space: nowrap;
|
||||
|
||||
&:active,
|
||||
&:focus,
|
||||
@ -111,6 +112,8 @@
|
||||
|
||||
span {
|
||||
flex: 1 1 auto;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
strong {
|
||||
|
Loading…
Reference in New Issue
Block a user