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:

actions

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; } 

see fiddle example


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -