I've been trying to use the CSS grid inspector for google chrome dev tools. However, I can get neither the grid label aside of the element(as the dev tools must show) nor the Layout panel where I should be able to play with grid gaps, rows, etc.
How can I enable/use them?
Google Chrome Version 86.0.4240.75 (Official Build) (64-bit)
Article I've tried to follow: https://developers.google.com/web/tools/chrome-devtools/css/grid
The way to enable the feature isn't documented very well.
Control+Shift+I
(Windows, Linux) or Command+Option+I
(macOS)Shift+?
to show the Settings panelAfter restarting the Dev Tools you should see small grid-tags in the Element Explorer and the new Layout pane in the Dev Tools sidebar.
HTH
BTW it should be default by version 87...