I’m seeing a strange behaviour which i’m not able to figure out.
The webpage that i’m working on has a lot of css styles. So for one of my div’s i’m using inline css to make the width as per my requirement (which shows up in the source code just fine). But when i’m inspecting the element in Google Chrome i see that the computed width as slightly less than my value. How do i override the computed value.
Thanks
Try with !important to override any value.