Fix cutoff of instance name (#30598)

pull/30650/head
David Roetzel 2024-06-11 14:54:37 +02:00 committed by GitHub
parent 410370eecd
commit f48f39a767
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

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: '';