Table search results fix for IE11

stable
Xavier Julián 2015-05-21 08:52:39 +02:00
parent 8792efec39
commit 6e81016322
1 changed files with 11 additions and 8 deletions

View File

@ -10,26 +10,27 @@
align-content: center;
align-items: center;
display: flex;
justify-content: space-between;
padding: .5rem;
&:hover {
background: lighten($green-taiga, 60%);
transition: background .2s ease-in;
}
.user-stories {
flex-basis: 0;
flex-grow: 5;
flex-basis: 300px;
flex-grow: 10;
flex-shrink: 1;
}
.status,
.points {
flex-basis: 100px;
flex-grow: 1;
flex-basis: 150px;
flex-grow: 0;
padding: 0 1rem;
text-align: center;
}
.assigned-to {
flex-basis: 250px;
flex-grow: 1;
flex-basis: 150px;
flex-grow: 0;
padding: 0 1rem;
}
}
@ -79,11 +80,13 @@
align-items: center;
display: flex;
img {
flex-basis: 35px;
width: 35px;
}
figcaption {
display: inline-block;
display: flex;
flex-basis: 60%;
margin-left: .5rem;
max-width: 60%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;