From 5b143b2aeaa90e25e3e0e04462f17e1776772bf8 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Thu, 11 Dec 2025 14:37:58 +0200 Subject: [PATCH] small improvement to label/desc display --- src/App.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.scss b/src/App.scss index bf325c386..d9d8101b7 100644 --- a/src/App.scss +++ b/src/App.scss @@ -706,7 +706,7 @@ option { display: inline-flex; vertical-align: middle; min-height: 2em; - align-items: baseline; + align-items: end; .input { height: 2em;