Commit d4b6e8e4 by Brian Talbot

proofing step header margins for Studio UI rendering

parent 9178131e
...@@ -1589,3 +1589,5 @@ hr.divider, ...@@ -1589,3 +1589,5 @@ hr.divider,
.openassessment .step__title .step__deadline { .openassessment .step__title .step__deadline {
letter-spacing: normal; letter-spacing: normal;
text-transform: none; } text-transform: none; }
.openassessment .openassessment__steps__step .step__header .step__title {
margin-bottom: 0; }
...@@ -143,6 +143,7 @@ ...@@ -143,6 +143,7 @@
padding-left: 0 !important; padding-left: 0 !important;
} }
.step--grade .step__title { .step--grade .step__title {
width: 100% !important; width: 100% !important;
...@@ -169,4 +170,8 @@ ...@@ -169,4 +170,8 @@
letter-spacing: normal; letter-spacing: normal;
text-transform: none; text-transform: none;
} }
.openassessment__steps__step .step__header .step__title {
margin-bottom: 0;
}
} }
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