Fix text wrapping issue in IE10

This commit is contained in:
Patrick Smith 2019-02-13 11:13:00 -05:00
parent 66a7d0d718
commit a8e9430196

View File

@ -177,8 +177,13 @@
} }
} }
.task-order-next-steps__description { .task-order-next-steps__text {
font-style: italic; display: flex;
.task-order-next-steps__heading {
display: block;
max-width: 100%;
flex-shrink: 1;
}
} }
} }
} }