Apply nowrap to avatar's anchor child

This commit is contained in:
Julio Estrada
2024-06-06 10:51:18 -04:00
committed by Kenneth Reitz
parent 85ecd98f96
commit 712332b2e6
2 changed files with 5 additions and 1 deletions

View File

@@ -120,6 +120,10 @@ select, #search-input {
@apply rounded;
}
#avatar > a {
@apply whitespace-nowrap;
}
#userMenu, #guideMenu {
border: 1px solid #d1d5db;
}