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
This commit is contained in:
Matthew Taylor 2015-10-23 09:01:01 -04:00
parent 7e2751be62
commit 438401bde0

View file

@ -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 {