Commit d724ef5022cbb6085468b6d19fea61358d4b77ea

Authored by Eugeny Galkovskiy
1 parent c9fed331

выпадающее меню

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
frontend/web/css/custom.css
@@ -387,10 +387,11 @@ figure.reviews_gallery { @@ -387,10 +387,11 @@ figure.reviews_gallery {
387 left: 0; 387 left: 0;
388 float: left; 388 float: left;
389 box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3); 389 box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  390 + width: max-content;
390 } 391 }
391 ._dropdown>li{ 392 ._dropdown>li{
392 min-width: 160px; 393 min-width: 160px;
393 - width: max-content; 394 + width: 100%;
394 max-width: 300px; 395 max-width: 300px;
395 padding: 10px 15px; 396 padding: 10px 15px;
396 position: relative; 397 position: relative;