From c4741804bceac6f5f3ea06f9041c5b4fde7a3d7d Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Fri, 13 Mar 2020 15:30:23 +0100 Subject: Fix margins/widths with top-menu and main-col on small screens --- client/src/app/+my-account/my-account.component.scss | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'client/src/app/+my-account/my-account.component.scss') diff --git a/client/src/app/+my-account/my-account.component.scss b/client/src/app/+my-account/my-account.component.scss index 4f111efdf..d452a2b21 100644 --- a/client/src/app/+my-account/my-account.component.scss +++ b/client/src/app/+my-account/my-account.component.scss @@ -1,3 +1,10 @@ + + .row { flex-direction: column; + width: 100%; + + & > my-top-menu-dropdown:nth-child(1) { + flex-grow: 1; + } } -- cgit v1.2.3