Fix padding in the review panel toolbar for IE.

This commit is contained in:
Paulo Reis 2017-01-19 16:54:34 +00:00
parent cd975c6190
commit a4ca7e2ca9

View file

@ -120,7 +120,7 @@
.rp-size-expanded & {
display: flex;
align-items: center;
justify-content: space-around;
justify-content: space-between;
padding: 0 5px;
}