#iddiv span { display: inline-block; width: 190px; } .myclass { width:10px; }
Then I have
<
You could always use the !important flag to override:
!important
.myclass { width: 10px !important; }