increase left margins on ol and ul to avoid them being cut off

pull/6592/head
Jens Ulferts 6 years ago
parent 27de26cd36
commit 6bbf1c1512
No known key found for this signature in database
GPG Key ID: 3CAA4B1182CF5308
  1. 2
      lib/open_project/design.rb

@ -56,6 +56,8 @@ module OpenProject
'h3-font-color' => "$body-font-color",
'h4-font-size' => "calc($h3-font-size * 0.75)",
'h4-font-color' => "$body-font-color",
'list-side-margin' => "40px",
'list-nested-margin' => "30px",
'header-height' => "55px",
'header-height-mobile' => "55px",
'header-bg-color' => "$primary-color",

Loading…
Cancel
Save