Frontend: Nicer wrapping for the nameColumn
ci/woodpecker/push/ociImagePush Pipeline was successful Details

This commit is contained in:
Natty 2023-10-11 01:04:31 +02:00
parent 03be3d02e3
commit c8c8a4d6bb
Signed by: natty
GPG Key ID: BF6CB659ADEE60EC
1 changed files with 7 additions and 1 deletions

View File

@ -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;