fix #2030 - IE sprints total points centered
parent
5914f44b9d
commit
746405782c
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue