Skip to content

Commit

Permalink
Merge pull request #2172 from tf/list-item-overflow
Browse files Browse the repository at this point in the history
Prevent text from overlapping list item edit button
  • Loading branch information
tf authored Nov 5, 2024
2 parents c60b2cf + d7fab20 commit 87b932f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/assets/stylesheets/pageflow/editor/list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@
padding-right: 30px;
}

.list_item:has(.list_item_edit_button.is_available):has(.list_item_remove_button.is_available)
.list_item_title {
padding-right: 62px;
}

.list_item_description {
margin-top: 10px;
color: var(--ui-on-surface-color-light);
Expand Down

0 comments on commit 87b932f

Please sign in to comment.