Widget: fix quantity cut-off on very narrow screens (Z#23141650) (#3944)

* Widget: fix quantity cut-off on very narrow screens

* align price to left

* fix columns on mobile screens (missing clearfix)

* use min-width instead
This commit is contained in:
Richard Schreiber
2024-03-01 09:56:48 +01:00
committed by GitHub
parent 4876a0b61f
commit 9ab2e61c31

View File

@@ -967,8 +967,14 @@
float: none;
margin-bottom: 5px;
}
.pretix-widget-item-info-col:after {
display: block;
content: "";
clear: both;
}
.pretix-widget-item-price-col, .pretix-widget-item-availability-col {
width: 50%;
min-width: 140px;
}
.pretix-widget-action {
width: 100%;