Skip to content

Commit

Permalink
fix(KUI-1149): set fixed with of rounds dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Andin committed Aug 20, 2024
1 parent aca5d1d commit ef15fab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/css/kursinfo-web.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@
flex-direction: column;
align-items: flex-start;

.select-wrapper {
width: 360px;
}

@media (min-width: 768px) {
flex-direction: row;
align-items: flex-end;
Expand Down

0 comments on commit ef15fab

Please sign in to comment.