From c017d3aa46233369dd1c9db50190b9dc15e88212 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Sun, 7 May 2017 10:30:00 -0400 Subject: [PATCH] Don't draw the turn restrictions help icon too big (closes #4022) --- css/80_app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/80_app.css b/css/80_app.css index dfb8339f1..5ed917eac 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -1642,7 +1642,7 @@ input[type=number] { height: 300px; } -.form-field-restrictions svg { +.form-field-restrictions svg.surface { width: 100%; height: 100%; }