From 15ca2e871aa069e596baf9da22b3d2a1ab1a0b1a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 20 Dec 2017 10:04:37 +0100 Subject: Fix nav in manage follows --- client/src/app/+admin/follows/follows.component.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'client/src/app/+admin') diff --git a/client/src/app/+admin/follows/follows.component.scss b/client/src/app/+admin/follows/follows.component.scss index 835fa3b78..385dfbb7d 100644 --- a/client/src/app/+admin/follows/follows.component.scss +++ b/client/src/app/+admin/follows/follows.component.scss @@ -2,3 +2,9 @@ flex-grow: 0; margin-right: 30px; } + +/deep/ .tab-content { + height: 0; + min-height: 0; + padding: 0; +} -- cgit v1.2.3