mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
[Fix] on rtl-languages float productpicture to the right (#2224)
This commit is contained in:
committed by
GitHub
parent
9f56669f2a
commit
720d9b924e
@@ -8,6 +8,11 @@ html.rtl {
|
|||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.productpicture {
|
||||||
|
float: right;
|
||||||
|
margin-right: 0;
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
.cart-row > div {
|
.cart-row > div {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user