fix #2030 - IE sprints total points centered

stable
Juanfran 2015-01-28 13:23:15 +01:00
parent 5914f44b9d
commit 746405782c
1 changed files with 1 additions and 1 deletions

View File

@ -91,6 +91,7 @@
}
.sprint-summary {
display: flex;
justify-content: space-between;
}
.sprint-date {
@extend %large;
@ -102,7 +103,6 @@
flex-grow: 1;
}
ul {
float: right;
margin: 0;
}
li {