creator name was pushing 'view only' off card
This commit is contained in:
parent
25b4d388de
commit
910bbc0fa8
1 changed files with 10 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue