From e628c8e889f5d07a81e6205ef2b21bc83e53eecc Mon Sep 17 00:00:00 2001 From: hawkgs Date: Mon, 22 Sep 2025 12:34:26 +0300 Subject: [PATCH] docs(docs-infra): fix nav menu for tablets (#63990) Make broken nav menu visible for tablets. PR Close #63990 --- adev/src/app/app.component.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/adev/src/app/app.component.scss b/adev/src/app/app.component.scss index c20d3e8e605..6a607e8701d 100644 --- a/adev/src/app/app.component.scss +++ b/adev/src/app/app.component.scss @@ -62,6 +62,10 @@ .adev-nav { width: 0; height: 0; + + @include mq.for-tablet-landscape-down { + width: 100%; + } } @include mq.for-tablet-landscape-up {