I have a table. Its The width is set to be 100px. In Firefox only, text that exceeds 100p
this question from here maybe solve your problem nickb answer: "Try wrapping it in a try to put your working demo have overflow: auto.
element, at least in HTML4 it's not."
overflow:auto to the wrapper hope this can help youpre, div {
width:100%;
overflow: auto !important;
}