Fix wrapping in dashboard quick access buttons (#32043)

This commit is contained in:
Renaud Chaput 2024-09-24 18:47:45 +02:00 committed by GitHub
parent 556837f156
commit f1b6a611aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,9 +86,7 @@
color: $primary-text-color;
transition: all 100ms ease-in;
font-size: 14px;
padding: 0 16px;
line-height: 36px;
height: 36px;
padding: 8px 16px;
text-decoration: none;
margin-bottom: 4px;