mirror of
https://github.com/mastodon/mastodon.git
synced 2025-02-11 09:25:08 +00:00
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:
parent
4f6cc547d0
commit
32109cf8d7
|
@ -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: '';
|
||||
|
|
Loading…
Reference in New Issue
Block a user