Commit 628874df by Brian Talbot

studio - makes course org/number visually inline in main nav

parent d592348a
...@@ -124,14 +124,14 @@ ...@@ -124,14 +124,14 @@
@extend .t-action4; @extend .t-action4;
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
max-width: 45%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
opacity: 0.75; opacity: 0.75;
} }
.course-org { .course-org {
width: 50%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
margin-right: ($baseline/4); margin-right: ($baseline/4);
} }
......
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