Skip to content

Commit

Permalink
fixed horizontal scrolling in admin dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchadwick committed Sep 13, 2024
1 parent 05722ed commit 588bc12
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/frontend/app/styles/mixins/admin-blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@
@include cm.font-size("base");
}

select {
max-width: 88vw;

@include cm.for-tablet-and-up {
max-width: none;
}
}

.inline-data {
display: inline;
}
Expand Down

0 comments on commit 588bc12

Please sign in to comment.