admin/options: better layout

Massimo Melina committed May 6, 2023 at 15:35 UTC fab49d9a25ce5adf1b8601784c17d775f80057b6
1 file changed +1 -1
admin/src/OptionsPage.ts
+1 -1
@@ -99,7 +99,7 @@ export default function OptionsPage() {
99 },
100 { k: 'max_kbps', ...maxSpeedDefaults, label: "Limit output KB/s", helperText: "Doesn't apply to localhost" },
101 { k: 'max_kbps_per_ip', ...maxSpeedDefaults, label: "Limit output KB/s per-ip" },
102 - httpsEnabled && values.port >= 0 && { k: 'force_https', comp: BoolField, md: 4, label: "Force HTTPS",
102 + httpsEnabled && values.port >= 0 && { k: 'force_https', comp: BoolField, sm: 12, md: 4, label: "Force HTTPS",
103 helperText: "Not applied to localhost"
104 },
105 httpsEnabled && { k: 'cert', comp: FileField, md: 4, label: "HTTPS certificate file",