fix: workaround flexbox bug in IE11

This commit is contained in:
Chi Vinh Le
2018-11-15 23:51:28 +01:00
parent 4fd61b3731
commit 396ccbd6c2
@@ -68,7 +68,12 @@
margin-top: 0px;
flex: 1;
color: black;
max-width: 500px;
/*
IE11 fix Next line was supposed to be:
max-width: 500px;
*/
padding-right: 20px;
/** IE11 fix end **/
font-weight: 300;
font-size: 16px;
overflow-wrap: break-word;