Frontend: Nicer wrapping for the nameColumn, but actually in the correct place
ci/woodpecker/push/ociImagePush Pipeline was successful
Details
ci/woodpecker/push/ociImagePush Pipeline was successful
Details
This commit is contained in:
parent
c8c8a4d6bb
commit
babb1fe2d6
|
@ -563,12 +563,7 @@ onUnmounted(() => {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
||||||
> .nameColumn {
|
> .nameColumn {
|
||||||
display: flex;
|
display: block;
|
||||||
flex-wrap: wrap;
|
|
||||||
align-items: center;
|
|
||||||
flex-direction: row;
|
|
||||||
justify-content: center;
|
|
||||||
gap: 0.5em 0.1em;
|
|
||||||
|
|
||||||
> .name {
|
> .name {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -832,7 +827,15 @@ onUnmounted(() => {
|
||||||
}
|
}
|
||||||
|
|
||||||
> .title {
|
> .title {
|
||||||
display: block;
|
> .nameColumn {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
align-items: center;
|
||||||
|
flex-direction: row;
|
||||||
|
justify-content: center;
|
||||||
|
gap: 0.5em 0.1em;
|
||||||
|
}
|
||||||
|
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
> .bottom {
|
> .bottom {
|
||||||
|
|
Loading…
Reference in New Issue