Skip to content

Commit

Permalink
fix(admin-ui): Add horizontal scrollbar support to address select dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Nov 3, 2023
1 parent f601acc commit 60d991b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
fieldset {
display: flex;
align-items: flex-start;
overflow-x: auto;
}

0 comments on commit 60d991b

Please sign in to comment.