Commit f4d56ad2 by Brian Talbot

Studio: resolves a display issue with prompt UIs hiding throughout app

parent a764a466
...@@ -60,6 +60,13 @@ body b { ...@@ -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): /* known things to do (paint the fence, sand the floor, wax on/off):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment