Skip to content

Commit

Permalink
dialog_widget: Add horizontal padding to the modal content.
Browse files Browse the repository at this point in the history
Previously, the modal content bottom border sometimes gets hidden
due to subpixel rounding.
  • Loading branch information
sbansal1999 committed Aug 15, 2023
1 parent d205850 commit d67e09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/styles/modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
flex-direction: column;
font-size: 1rem;
overflow-y: auto;
padding: 0 24px;
padding: 2px 24px;
line-height: 1.5;

&.simplebar-scrollable-y + .modal__footer {
Expand Down

0 comments on commit d67e09a

Please sign in to comment.