W3docs

table-layout

CSS Property:

Result:

This is a TextText
TextSome Text
TextThis is a some text

CSS Code:

#myDiv {
width:100%;
table-layout:auto;
}

Click the property values above to see the result