tab-size tabs tab-size The tab-size property in CSS is used to adjust the amount of spaces that display for the tab character. pre { tab-size: 8; /* default. Pretty big! */ tab-size: 2; tab-size: 13px; /* you can set a width-per-tab also */ … Chris Coyier on Feb 12, 2012 (Updated on Aug 17, 2019)