Commit cc823f77 by Braden MacDonald

Fix invalid appearance in Apros due to their box-sizing global

parent 25873d32
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
font-family: arial; font-family: arial;
font-size: 14px; font-size: 14px;
opacity: 0.9; opacity: 0.9;
padding: 22px 10px; padding: 22px 10px 10px 10px;
width: 300px; width: 300px;
min-height: 40px; min-height: 40px;
z-index: 10000; z-index: 10000;
......
.mentoring .questionnaire .choice-tips,
.mentoring .questionnaire .feedback {
box-sizing: content-box; /* Avoid a global reset to border-box found on Apros */
}
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