From 4d0de082ef0494acdc8e53287e0858a5e7a6bbfe Mon Sep 17 00:00:00 2001 From: Dalpat Rathore <69510006+DalpatRathore@users.noreply.github.com> Date: Tue, 22 Feb 2022 04:52:20 +0530 Subject: [PATCH] fix(app/web): misplaced tabs menu issue (#903) [skip ci] --- source/app/web/statics/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/app/web/statics/style.css b/source/app/web/statics/style.css index d983b74a..f40a6149 100644 --- a/source/app/web/statics/style.css +++ b/source/app/web/statics/style.css @@ -52,6 +52,8 @@ .ui.top { border-bottom: 1px solid var(--color-border-secondary); + max-width: 1250px; + margin: 0 auto; } .ui.top > * { margin: 0 1rem;