[frontend/components] Decrease username and instance name size
This commit is contained in:
parent
938b010aed
commit
fa354a1869
2 changed files with 4 additions and 1 deletions
|
@ -20,4 +20,7 @@
|
|||
font-size: 1rem;
|
||||
}
|
||||
}
|
||||
.instance {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
}
|
|
@ -11,7 +11,7 @@
|
|||
padding-left: 0.75em;
|
||||
|
||||
.identifier {
|
||||
font-size: 0.9em;
|
||||
font-size: 0.8em;
|
||||
text-overflow: ellipsis;
|
||||
overflow: clip;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue