mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2025-01-18 18:36:02 +01:00
stopped username from wrapping…
This commit is contained in:
parent
88aae1706a
commit
918b0e3770
1 changed files with 2 additions and 0 deletions
|
@ -255,6 +255,8 @@
|
||||||
margin-right: 1em;
|
margin-right: 1em;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
grid-area: name;
|
grid-area: name;
|
||||||
|
white-space: nowrap;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-meta {
|
.user-meta {
|
||||||
|
|
Loading…
Reference in a new issue