Frontend: Nicer wrapping for the nameColumn
This commit is contained in:
parent
d0d977e6eb
commit
253d55985b
|
@ -558,7 +558,13 @@ onUnmounted(() => {
|
|||
color: #fff;
|
||||
|
||||
> .nameColumn {
|
||||
display: block;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
gap: 0.5em 0.1em;
|
||||
|
||||
> .name {
|
||||
margin: 0;
|
||||
line-height: 32px;
|
||||
|
|
Loading…
Reference in New Issue