From f4d56ad204719a40cb3811b1207cf9c8e58095c1 Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Tue, 29 Oct 2013 10:22:41 -0400 Subject: [PATCH] Studio: resolves a display issue with prompt UIs hiding throughout app --- cms/static/sass/_shame.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cms/static/sass/_shame.scss b/cms/static/sass/_shame.scss index 3c765bea93..3d1d21441e 100644 --- a/cms/static/sass/_shame.scss +++ b/cms/static/sass/_shame.scss @@ -60,6 +60,13 @@ body b { // ==================== +// needed display property reinforcement since manual CSS abstraction happened +#page-prompt { + + .wrapper-prompt:before { + display: inline-block; + } +} /* known things to do (paint the fence, sand the floor, wax on/off):