Page 1 of 1

width max-content for IE

Posted: 24 May 2018, 19:25
by ceechette
Hello friends, I can not find a solution to property "width" in IE browser, can anyone help me?

Problem: https://drive.google.com/open?id=1PFwlh ... fX1UoRLxyA

Code: Select all

.layout-wrapper.layout-menu-horizontal .topbar .layout-menu-wrapper .layout-menu-container ul {
    list-style-type: none;
    width: -moz-max-content;    /* Firefox/Gecko */
    width: -webkit-max-content; /* Chrome */
    width: /*IE???*/
}

Re: width max-content for IE

Posted: 29 May 2018, 07:12
by mert.sincan