Fix timestamp position in public pages with RTL languages

master
Thibaut Girka 2018-10-31 11:10:51 +01:00 committed by ThibG
parent b3c1380980
commit 34209c0340
1 changed files with 8 additions and 0 deletions

View File

@ -208,3 +208,11 @@
}
}
}
.rtl {
.embed, .public-layout {
.status .status__relative-time {
float: left;
}
}
}