Skip to content

Commit

Permalink
Minor ui adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
gskjold committed Feb 10, 2023
1 parent bb2f74d commit d0ccd2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/SvelteUi/app/dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/SvelteUi/app/src/lib/ConfigurationPanel.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
</div>
<div>
Time zone<br/>
<select name="gt" bind:value={configuration.g.t} class="in-l">
<select name="gt" bind:value={configuration.g.t} class="in-l w-full">
<CountrySelectOptions/>
</select>
</div>
Expand Down

0 comments on commit d0ccd2d

Please sign in to comment.