Fix long client names overflowing

This commit is contained in:
Tulir Asokan 2021-04-11 12:43:37 +03:00
parent 13aaedfad9
commit dc46b81812

View File

@ -52,6 +52,8 @@
border-radius: .25rem
height: 2rem
box-sizing: border-box
white-space: nowrap
overflow-x: hidden
&:not(:hover) > svg.chevron
display: none