diff --git a/frontend/src/ui-components/stylesheets/ff-components.scss b/frontend/src/ui-components/stylesheets/ff-components.scss index 28807f907f..b731f95b89 100644 --- a/frontend/src/ui-components/stylesheets/ff-components.scss +++ b/frontend/src/ui-components/stylesheets/ff-components.scss @@ -1191,9 +1191,11 @@ $countdown_size: 20px; flex-direction: row; .ff-tab-option { margin-right: $ff-unit-md; + margin-bottom: $ff-unit-xs; &.router-link-active, &.ff-tab-option--active { border-bottom: $ff-unit-xs solid $ff-blue-700; + margin-bottom: 0; } } }