Settings: Fix header title wrapping (#3325)

This commit is contained in:
Alexander Zinchuk 2023-06-16 12:44:51 +02:00
parent 3af8f91f3c
commit 638455d3a9

View File

@ -17,6 +17,9 @@
margin-left: 1.375rem;
margin-right: auto;
user-select: none;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.SearchInput {