From d724ef5022cbb6085468b6d19fea61358d4b77ea Mon Sep 17 00:00:00 2001 From: zhegal Date: Thu, 19 Oct 2017 17:36:28 +0300 Subject: [PATCH] выпадающее меню --- frontend/web/css/custom.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/web/css/custom.css b/frontend/web/css/custom.css index 771d927..d8c2491 100755 --- a/frontend/web/css/custom.css +++ b/frontend/web/css/custom.css @@ -387,10 +387,11 @@ figure.reviews_gallery { left: 0; float: left; box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3); + width: max-content; } ._dropdown>li{ min-width: 160px; - width: max-content; + width: 100%; max-width: 300px; padding: 10px 15px; position: relative; -- libgit2 0.21.4