mirror of
https://github.com/pretix/pretix.git
synced 2026-05-10 16:04:02 +00:00
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;
|
float: none;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
.pretix-widget-item-info-col:after {
|
||||||
|
display: block;
|
||||||
|
content: "";
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
.pretix-widget-item-price-col, .pretix-widget-item-availability-col {
|
.pretix-widget-item-price-col, .pretix-widget-item-availability-col {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
|
min-width: 140px;
|
||||||
}
|
}
|
||||||
.pretix-widget-action {
|
.pretix-widget-action {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user