fix css style

This commit is contained in:
rustdesk
2022-01-17 20:50:48 +08:00
parent 92a1bb04e9
commit 3485d2ddc7
3 changed files with 7 additions and 8 deletions

View File

@@ -93,14 +93,13 @@ input.outline-focus:focus {
}
@mixin ELLIPSIS {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
overflow-x: hidden;
}
.ellipsis {
text-overflow: ellipsis;
white-space: nowrap;
@ELLIPSIS;
}
div.password svg {