Robin S Posted November 6, 2016 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
Robin S Posted October 31, 2018 Author 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?
bernhard Posted November 2, 2018 Posted November 2, 2018 @Pete could you please also have a look at this issue? Thanks in advance!
Recommended Posts