creator name was pushing 'view only' off card

This commit is contained in:
Connor Turland 2017-01-11 13:30:39 -05:00 committed by GitHub
parent 25b4d388de
commit 910bbc0fa8

View file

@ -211,6 +211,16 @@
span.creatorName { span.creatorName {
margin-left: 8px; margin-left: 8px;
max-width: 162px;
display: inline-block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
vertical-align: middle;
}
.creatorAndPerm.cardHasViewOnly span.creatorName {
max-width: 95px;
} }
.cardViewOnly { .cardViewOnly {