From a60099b8e8a1677af37bd4d450bb7a785475c556 Mon Sep 17 00:00:00 2001 From: Jonathan Green Date: Mon, 25 Nov 2024 09:25:12 -0400 Subject: [PATCH] Fix formatting of long lane names (PP-1962) (#140) * Fix formatting of long lane names * Code review feedback --- src/stylesheets/input_list.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stylesheets/input_list.scss b/src/stylesheets/input_list.scss index ac2ce27c0..805b14a35 100644 --- a/src/stylesheets/input_list.scss +++ b/src/stylesheets/input_list.scss @@ -27,7 +27,7 @@ display: block; background: darken($gray-tint, 5); padding: 6px 12px; - height: 34px; + min-height: 34px; width: 192px; border: 0; }