CSS - text overflow not working in IE10

I am using the following css to make the text truncated too long. The layout uses flex and it works fine on Chrome, but in IE10 the 3 dots (...) are not displayed and the text is just clipped.

.title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal
}

      

When I open the developer console in IE10 and look at the css that is applied to the element, I don't see the text-overflow property. Even when I add it manually, it doesn't apply to the element, like IE10 it doesn't recognize this property!

Any idea how I can fix this?

+3
html css internet-explorer flexbox internet-explorer-10


source to share


No one has answered this question yet

Check out similar questions:

4863
How to turn off highlighting of text selection
3856
Change HTML5 placeholder color with CSS
2926
Is there a parent CSS selector?
2900
Set cellpadding and cellpacing in CSS?
2687
Can CSS be applied to half a character?
2190
How to render text or image with transparent background using CSS?
2167
How to vertically center text using CSS?
601
Remove IE10 "clear field" X button on certain inputs?
107
HTML text overflow ellipsis detection
2
Flexbox with multiline multipoint text



All Articles
Loading...
X
Show
Funny
Dev
Pics