82
Views
2
Comments
IE browser specific issue
Question

css elipses is not working for IE, though i have added following css

SyntaxEditor Code Snippet

  overflow: hidden;
    /*text-overflow: ellipsis;*/
    white-space: nowrap;
    width: 190px !important;
    line-height: normal
2016-04-21 20-09-55
J.
 
MVP

Hi,


which IE are you talking about?


2018-05-16 11-16-36
João Heleno
 
MVP

@Lovish

Have you used the browser tools to see if by any chance the element's style is being overridden by some other css rule?

 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.