diff --git a/app/assets/stylesheets/content/_projects_list.sass b/app/assets/stylesheets/content/_projects_list.sass index 1db349fef0..b3b7c9986b 100644 --- a/app/assets/stylesheets/content/_projects_list.sass +++ b/app/assets/stylesheets/content/_projects_list.sass @@ -29,6 +29,7 @@ $project-table--start-indentation: 0.5em $project-table--child-indentation: 1.1em $project-table--icon-distance: 5px +$project-table--description-indention: 9px @mixin calc-indentation-name($indentation) // This does not work for big font-sizes @@ -36,7 +37,7 @@ $project-table--icon-distance: 5px @mixin calc-indentation-description($indentation) // This does not work for big font-sizes - padding-left: calc(#{$indentation} * #{$project-table--child-indentation} + #{$project-table--start-indentation} + 9px) + padding-left: calc(#{$indentation} * #{$project-table--child-indentation} + #{$project-table--start-indentation} + #{$project-table--description-indention}) form.project-filters display: none