Fixing long US name bug in backlog

stable
Xavier Julián 2014-08-12 17:55:52 +02:00
parent 62129b4dcb
commit e592464dc6
1 changed files with 6 additions and 3 deletions

View File

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