Fix dashboard quick access button text spilling over if too long to fit

Fixes #142601
This commit is contained in:
Claire 2024-09-20 16:08:45 +02:00
parent e3baa1cdda
commit 37ef507126

View File

@ -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 {