Frontend: Align nameColumn to baseline
ci/woodpecker/push/ociImagePush Pipeline was successful
Details
ci/woodpecker/push/ociImagePush Pipeline was successful
Details
This commit is contained in:
parent
8ee5ee8bc0
commit
68abd4f787
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue