Skip to content

Commit

Permalink
#2283 Custom Controls do not take up full width when there is an acti…
Browse files Browse the repository at this point in the history
…on button on right

Signed-off-by: srikant <[email protected]>
  • Loading branch information
srikant-ch5 committed Dec 23, 2024
1 parent 79db419 commit 2e451f7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
.properties-ci-action-item {
display: flex;
justify-content: space-between;

.properties-ci-content-container {
flex-grow: 1;
}
}

.properties-label-container {
Expand Down

0 comments on commit 2e451f7

Please sign in to comment.