Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release/13.2' into release/13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Feb 14, 2024
2 parents d72f019 + 4fe2495 commit 291a02f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

&--wp-content
display: grid
grid-template-columns: auto 1fr auto
grid-template-columns: 50% 1fr auto
grid-template-areas: "project idlink status"
font-size: 0.8rem
padding: 1px 0 5px 0
Expand All @@ -32,10 +32,8 @@

&--wp-id
grid-area: idlink
place-self: right
font-style: italic
margin: 0 0.5rem
text-align: center

&--wp-status
grid-area: status
Expand Down

0 comments on commit 291a02f

Please sign in to comment.