IE 11 developer tools does not show width of an element

ie-developer-tools, ie11-developer-tools, internet-explorer, internet-explorer-11

Solution

- Right click on the element, and choose Inspect Element. You can also just open Dev Tools using F12.

- On the "Dom Explorer" Tab, in the sidebar, find the "Layout" tab (see screenshot).

- The "Layout" tool shows the dimensions of the element including width and height of the native element, the padding applied to it, the border, the margin, and the offset.

IE 11 Dev Tools, DOM Explorer, Layout View

Problem

IE 11 developer tools displays "auto" instead of actual width unlike previous editions. Is it possible to do this also in ie 11?

Original source