fix overflow of long device names for snapdrop-android

This commit is contained in:
schlagmichdoch 2023-03-13 13:03:07 +01:00
parent 17abc91c86
commit 1f97c12562
2 changed files with 2 additions and 2 deletions

View file

@ -459,7 +459,7 @@ x-peer[status] x-icon {
text-align: center;
}
.name {
.device-descriptor > div {
width: 100%;
white-space: nowrap;
overflow: hidden;