Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome dev tools exact computed value for CSS rules

Is there anyway for instance I can get the exact pixel value (with decimal places) of a font to show in Chrome dev tools?

In Firebug (below) when I define a % value it shows the exact computed value in pixels up to 4 decimal places.

enter image description here

In Chrome dev tools (below) it only shows a whole number value.

enter image description here

In essence I want to be able to see in dev tools ► font-size: 13.7167px;

Thanks!

like image 204
Xareyo Avatar asked Jan 31 '26 12:01

Xareyo


1 Answers

Yes, you simply need to view Computed Style under Chrome Dev Tools.

Dev Tools -> Elements -> Computed Style
like image 109
alias51 Avatar answered Feb 02 '26 22:02

alias51



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!