From a8f477f2568fe1e7331a6938c306802e9ba5c5e0 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Thu, 29 Nov 2018 14:43:00 -0500 Subject: [PATCH] Fix the restrictions editor to display as block, not flex --- css/80_app.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/css/80_app.css b/css/80_app.css index 4f615a928..126894880 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -1797,11 +1797,19 @@ img.tag-reference-wiki-image { /* Field - Restriction Editor ------------------------------------------------------- */ +.form-field-input-restrictions { + display: block; + border: 1px solid #ccc; + border-top: 0; + border-radius: 0 0 4px 4px; +} + .form-field-input-restrictions .restriction-controls-container { background-color: #fff; - border-top: 1px solid #ccc; width: 100%; padding: 5px; + border-top: 1px solid #ccc; + border-radius: 0 0 4px 4px; } .restriction-controls-container .restriction-controls {