diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 80cd3c6..46558f5 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -5895,25 +5895,27 @@ export default function App() { to be pushed outside the entry panel and clipped. Wrapping drops it to its own line instead, which stays readable. */}
-
+
{ setName(e.target.value); markEdited('name'); }} onBlur={() => setName(titleCase)} />
{qthBlock} + {stateBlock} {gridBlock}
{/* Row 3: tight left detail column (Band/Mode/Country) and - single-line Comment/Note on the right. */} + Comment/Note SIDE BY SIDE on the right — one line each was a lot + of vertical space for two fields that are usually short. */}
-
+
{bandRow} {modeRow} {countryRow}
-
- {commentLine} - {noteLine} +
+
{commentLine}
+
{noteLine}