Frontend: Nicer wrapping for the nameColumn
ci/woodpecker/push/ociImagePush Pipeline was successful
Details
ci/woodpecker/push/ociImagePush Pipeline was successful
Details
This commit is contained in:
parent
03be3d02e3
commit
c8c8a4d6bb
|
@ -563,7 +563,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