css - word-wrap messes the position of the element -
I have a problem with CSS word-wrap, it corrupts the status of the button according to the condition of that word That is shown below
My CSS:
.btn-small {width: 14.6%; Height: 100 pixels; Font size: 13px; Word-wrap: break-word; Margin: 0; }
I am working on Chrome,
What should I include in order to keep their position better?
What do I add to the order Should your situation be better controlled? Use vertical-align: top
inline- Level and table-cell element .
More about the property.
Comments
Post a Comment