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;
|
||||
|
||||
> .nameColumn {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
gap: 0.5em 0.1em;
|
||||
display: block;
|
||||
|
||||
> .name {
|
||||
margin: 0;
|
||||
|
@ -832,7 +827,15 @@ onUnmounted(() => {
|
|||
}
|
||||
|
||||
> .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;
|
||||
padding-bottom: 0;
|
||||
> .bottom {
|
||||
|
|
Loading…
Reference in New Issue