diff options
Diffstat (limited to 'core/css/apps.scss')
-rw-r--r-- | core/css/apps.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index 2a229531ffb..ea0bfaa3c7d 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -592,7 +592,7 @@ kbd { /** * !Important. We are defining the minimum requirement we want for flex - * Just before the mobile breakpoint we have $breakpoint-mobile (768px) - $navigation-width + * Just before the mobile breakpoint we have $breakpoint-mobile (1024px) - $navigation-width * -> 468px. In that case we want 200px for the list and 268px for the content */ $min-content-width: $breakpoint-mobile - $navigation-width - $list-min-width; |