From 6eb291867030434f96513b7f07012ad613c81c62 Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Thu, 13 Sep 2018 10:46:19 +0200 Subject: [PATCH] rouen: set form border width in pixels (#26378) --- static/rouen/_custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/rouen/_custom.scss b/static/rouen/_custom.scss index ea5aeca..d5aac8a 100644 --- a/static/rouen/_custom.scss +++ b/static/rouen/_custom.scss @@ -191,7 +191,7 @@ div.CheckboxesWidget div.content label { } %border-style { - border: 0.05em solid #2D2D2D; + border: 1px solid #2D2D2D; } select { -- 2.18.0