Skip to content

Commit

Permalink
Fix displaying of longer checkbox labels.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed Jan 2, 2025
1 parent e832835 commit 7712ba9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export default function EntityRecordItem( { record, checked, onChange } ) {
}
checked={ checked }
onChange={ onChange }
className="entities-saved-states__change-control"
/>
</PanelRow>
{ hasPostMetaChanges && (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
}
}

.entities-saved-states__change-control {
flex: 1;
}

.entities-saved-states__changes {
font-size: $default-font-size;
margin: $grid-unit-05 $grid-unit-20 0 $grid-unit-30;
Expand Down

0 comments on commit 7712ba9

Please sign in to comment.