From 29d26f50780d50b62dd4c006166325b61a302a8c Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 27 May 2014 14:26:27 -0700 Subject: [PATCH] Fix restrictions rendering on FF (fixes #2241) --- css/app.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/app.css b/css/app.css index 096c4d1d2..1de4881cb 100644 --- a/css/app.css +++ b/css/app.css @@ -1542,6 +1542,11 @@ input[type=number] { height: 300px; } +.form-field-restrictions svg { + width: 100%; + height: 100%; +} + .form-field-restrictions .restriction-help { z-index: 1; position: absolute;