1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-10-31 08:10:29 +01:00

Add nowrap to prevent wrapping

This commit is contained in:
Hinton 2021-09-22 16:14:40 +02:00
parent f751230248
commit 28def167bd

View File

@ -92,6 +92,7 @@
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
&:hover {