Frontend: Align nameColumn to baseline
ci/woodpecker/push/ociImagePush Pipeline was successful Details

This commit is contained in:
Natty 2023-10-11 01:56:29 +02:00
parent 8ee5ee8bc0
commit 68abd4f787
Signed by: natty
GPG Key ID: BF6CB659ADEE60EC
1 changed files with 1 additions and 1 deletions

View File

@ -840,7 +840,7 @@ onUnmounted(() => {
> .nameColumn {
display: flex;
flex-wrap: wrap;
align-items: center;
align-items: baseline;
flex-direction: row;
justify-content: center;
gap: 0.5em 0.1em;