Minor ui adjustment

This commit is contained in:
Gunnar Skjold 2023-02-10 17:28:19 +01:00
parent bb2f74d1ca
commit d0ccd2d007
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -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>