Skip to content

Commit

Permalink
Fix formatting of long lane names (PP-1962) (#140)
Browse files Browse the repository at this point in the history
* Fix formatting of long lane names

* Code review feedback
  • Loading branch information
jonathangreen authored Nov 25, 2024
1 parent b6ad96f commit a60099b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stylesheets/input_list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
display: block;
background: darken($gray-tint, 5);
padding: 6px 12px;
height: 34px;
min-height: 34px;
width: 192px;
border: 0;
}
Expand Down

0 comments on commit a60099b

Please sign in to comment.