Fixing long US name bug in backlog
parent
62129b4dcb
commit
e592464dc6
|
@ -110,6 +110,9 @@
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&:last-child {
|
||||||
|
border-bottom: 0;
|
||||||
|
}
|
||||||
&.sortable-placeholder {
|
&.sortable-placeholder {
|
||||||
background: $whitish;
|
background: $whitish;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
@ -128,7 +131,7 @@
|
||||||
flex-basis: 500px;
|
flex-basis: 500px;
|
||||||
input {
|
input {
|
||||||
margin-right: 1rem;
|
margin-right: 1rem;
|
||||||
vertical-align: middle;
|
vertical-align: super;
|
||||||
&:checked {
|
&:checked {
|
||||||
+a {
|
+a {
|
||||||
@include transition (color .2s ease-in);
|
@include transition (color .2s ease-in);
|
||||||
|
@ -136,9 +139,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
span {
|
a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
max-width: 70%;
|
max-width: 85%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
Loading…
Reference in New Issue