velocity threshold width 120px
This commit is contained in:
@@ -727,7 +727,7 @@ function BoardSecurityCard({ board, selected, onToggleSelect }: { board: BoardSu
|
|||||||
aria-label="Sensitivity level"
|
aria-label="Sensitivity level"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div style={{ minWidth: 140 }}>
|
<div style={{ width: 120 }}>
|
||||||
<label style={{ display: 'block', color: 'var(--text-tertiary)', fontSize: 'var(--text-xs)', marginBottom: 4 }}>
|
<label style={{ display: 'block', color: 'var(--text-tertiary)', fontSize: 'var(--text-xs)', marginBottom: 4 }}>
|
||||||
Velocity threshold
|
Velocity threshold
|
||||||
</label>
|
</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user