At 70px the selector truncated its larger values, so the chosen row count was hard to read in the panel, Xray and AmneziaWG log modals.
@@ -122,7 +122,7 @@ export default function AmneziaWGLogModal({ open, onClose }: AmneziaWGLogModalPr
<Select
value={rows}
size="small"
- style={{ width: 70 }}
+ style={{ width: 100 }}
onChange={setRows}
options={[
{ value: '20', label: '20' },
@@ -107,7 +107,7 @@ export default function LogModal({ open, onClose }: LogModalProps) {
@@ -175,7 +175,7 @@ export default function XrayLogModal({ open, onClose }: XrayLogModalProps) {