Fix timestamp position in public pages with RTL languages

lolsob-rspec
Thibaut Girka 2018-10-31 11:10:51 +01:00 committed by ThibG
parent 080a6cb6f3
commit 235e9b13ff
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;
}
}
}