Project

General

Profile

Defect #32156

Updated by Bernhard Rohloff over 3 years ago

The left padding of the table rows This is hard-coded to create a tree structure through indentation. The current solution is unfortunate as super small patch, but it adds removes hard-coded padding-left rule on *td class=name* elements in *views/boards/index.html.erb* 
 I thought it made no padding to the first level (level-0) but sense, because it overrides padding rules from *table.list td* in the CSS stylesheet. Because of this it *application.css +line 236+* which is very difficult to fix this flaw in themes. It also makes customization nearly impossible without touching meant for all list *td* elements everywhere. 

 As you can see, the code. 

 !discussion_boards_bad_padding.png! board icons no longer touches the left border. 
 !boards-padding.png!

Back