2
0

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

View File

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