Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to hide the ruler when look element in chrome?

The new chrome has ruler when look an element, I want to hide it. Is there any setting can help?

like image 752
littlekfc Avatar asked Nov 20 '12 03:11

littlekfc


2 Answers

Chrome team introduced an option in the code on Nov 8 http://trac.webkit.org/changeset/133885
It's not yet present

update: It's finally here, "show rulers" checkbox under Developer Tools->Settings->General Tab->Elements.

My Chrome version is 24.0.1312.52 m

like image 170
artygus Avatar answered Nov 03 '22 10:11

artygus


If you are using a recent version of Chrome this is how to find it.

Developer tools > Settings (under more options menu) > Preferences > Elements > Show rules (last option)

like image 31
Lasithds Avatar answered Nov 03 '22 10:11

Lasithds