diff --git a/less/core/drawerItem.less b/less/core/drawerItem.less index 83e718ba..b0445eba 100644 --- a/less/core/drawerItem.less +++ b/less/core/drawerItem.less @@ -24,11 +24,14 @@ } &__item-title { - margin-bottom: @drawer-title-margin; .drawer-item-title; text-align: start; } - + + &__item-title + &__item-body { + margin-top: @drawer-title-margin; + } + &__item-body { margin-bottom: @drawer-body-margin; .drawer-item-body;