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 {
|
> .nameColumn {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
align-items: center;
|
align-items: baseline;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
gap: 0.5em 0.1em;
|
gap: 0.5em 0.1em;
|
||||||
|
|
Loading…
Reference in New Issue