Commit 438401bd authored by Matthew Taylor's avatar Matthew Taylor

display title and extras differently

So that the creator username appear on the same line as other text, but so that studio titles still get cut off properly
parent 7e2751be
......@@ -18,7 +18,6 @@
word-wrap: break-word;
a {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
......@@ -29,11 +28,19 @@
margin-bottom: 1px;
font-size: .9230em;
font-weight: 800;
a {
display: block;
}
}
#{$extras} {
color: $type-gray;
font-size: .8462em;
a {
display: inline;
}
}
&.project {
......
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