From a968759b2747404ef0625f2c6d34e36899a599f9 Mon Sep 17 00:00:00 2001 From: Elliott Marquez Date: Tue, 20 Jun 2023 12:50:48 -0700 Subject: [PATCH] fix(select): fixed menu select not 100% window width PiperOrigin-RevId: 542020711 --- select/lib/_shared.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/select/lib/_shared.scss b/select/lib/_shared.scss index 1dffe0661e..02d9e09873 100644 --- a/select/lib/_shared.scss +++ b/select/lib/_shared.scss @@ -32,7 +32,8 @@ .field, .select, md-menu { - min-width: 100%; + min-width: inherit; + width: inherit; max-width: inherit; }