Skip to content

Commit

Permalink
chore(speispelan): make header selects look a little more pleasant
Browse files Browse the repository at this point in the history
  • Loading branch information
jxn-30 committed Feb 1, 2025
1 parent 201f5f3 commit d09516d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/speiseplan/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ const openSpeiseplan = () => {

void modal.getTitle().then(title =>
title.after(
<div class="mx-auto d-flex flex-wrap">
<div class="mx-auto px-2 d-flex flex-wrap" style="column-gap: 5px;">
{canteenSelection}
{languageSelection}
</div>
Expand Down

0 comments on commit d09516d

Please sign in to comment.