forked from CGM_Public/pretix_original
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:
committed by
GitHub
parent
4876a0b61f
commit
9ab2e61c31
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user