Commit d724ef5022cbb6085468b6d19fea61358d4b77ea
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 | 387 | left: 0; |
| 388 | 388 | float: left; |
| 389 | 389 | box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3); |
| 390 | + width: max-content; | |
| 390 | 391 | } |
| 391 | 392 | ._dropdown>li{ |
| 392 | 393 | min-width: 160px; |
| 393 | - width: max-content; | |
| 394 | + width: 100%; | |
| 394 | 395 | max-width: 300px; |
| 395 | 396 | padding: 10px 15px; |
| 396 | 397 | position: relative; | ... | ... |