mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24: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;
|
||||
}
|
||||
}
|
||||
.productpicture {
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
margin-left: 10px;
|
||||
}
|
||||
.cart-row > div {
|
||||
float: right;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user