html - CSS "white-space: nowrap" Not Working in Table Column -
i have table on page allows inline editing of items in table. last column in table contains actions can performed on item:
however when item being edited , input boxes added actions column begins wrap. have tried adding white-space: nowrap
had no effect. there way force column not wrap?
the rows populated in js based on this template.
if put white-space: nowrap
won't break!
.location-actions { white-space: nowrap; }
Comments
Post a Comment