From 55442da49d1f30e4944d7d973be1deaf5e365434 Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Mon, 30 Dec 2024 00:33:47 +0000 Subject: [PATCH] Remove user-agent padding from text-input rightpanel fields --- web/src/ui/rightpanel/RightPanel.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/ui/rightpanel/RightPanel.css b/web/src/ui/rightpanel/RightPanel.css index 71ab3de..0d8e6d9 100644 --- a/web/src/ui/rightpanel/RightPanel.css +++ b/web/src/ui/rightpanel/RightPanel.css @@ -74,6 +74,7 @@ div.right-panel-content.user { input.text-input { border: 0; + padding: 0; /* Necessary to prevent alignment issues with other cells */ width: 100%; box-sizing: border-box; border-bottom: 1px solid var(--blockquote-border-color);