Robin S Posted November 6, 2016 Share Posted November 6, 2016 <?php if($tab_size == 'too big') { use \CSS; $to_change->it(); } else { $it_looks = 'stupid'; } ?> When pasting code indented with tabs into the forum the indents are too large. It's simple to fix with a bit of CSS: pre { -moz-tab-size: 4; tab-size: 4; } Could someone with the necessary access add this? The big indent bugs me so much I usually find/replace the tabs with spaces when posting code. And as is universally agreed by all quality coders: tabs are much better than spaces 8 Link to comment Share on other sites More sharing options...
Robin S Posted October 31, 2018 Author Share Posted October 31, 2018 @Pete, seeing as you doing some experimenting with the forum at the moment could you please see if you can adjust the tab size CSS as per the request above? Link to comment Share on other sites More sharing options...
Pete Posted November 1, 2018 Share Posted November 1, 2018 Done. 1 1 Link to comment Share on other sites More sharing options...
bernhard Posted November 2, 2018 Share Posted November 2, 2018 @Pete could you please also have a look at this issue? Thanks in advance! Link to comment Share on other sites More sharing options...
Recommended Posts