- Shipped
- May 10, 2026 at 11:30 PM UTC
- Author
- kamo
- Commit
- 1612329
The TTL field rendered its 'use 1 hour if your registrar shows a dropdown' hint as a paragraph below the input. That column ended up taller than Type and Name, so even with alignItems:center the input rows visibly drifted out of horizontal alignment. Now the hint surfaces as a tooltip on a small ? icon next to the TTL label, and the label row has a fixed minHeight so all three columns measure the same height regardless of which carry hints. The help is still discoverable, but the inputs line up.