Ensure that the change text fits the entry UI in IE.

This commit is contained in:
Paulo Reis 2017-01-19 16:55:21 +00:00
parent a4ca7e2ca9
commit 1970ab4e63

View file

@ -336,6 +336,9 @@
.rp-entry-details {
line-height: 1.4;
margin-left: 5px;
// We need to set any low-enough flex base size (0px), making it growable (1) and non-shrinkable (0).
// This is needed to ensure that IE makes the element fill the available space.
flex: 1 0 0px;
.rp-state-overview & {
margin-left: 0;