Allow hostname to span half the input field.

Hopefully fixes #10327, but should at the very least improve
the situation.
This commit is contained in:
David Roetzel 2024-06-07 16:58:02 +02:00
parent 4f6cc547d0
commit 32109cf8d7
No known key found for this signature in database

View File

@ -613,9 +613,10 @@ code {
font-family: inherit;
pointer-events: none;
cursor: default;
max-width: 140px;
max-width: 50%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
&::after {
content: '';