Fix styling regressions from RTL layout refactor (#24415)
This commit is contained in:
@@ -138,7 +138,7 @@
|
||||
}
|
||||
|
||||
.older {
|
||||
float: inline-start;
|
||||
float: left;
|
||||
padding-inline-start: 0;
|
||||
|
||||
.fa {
|
||||
@@ -148,7 +148,7 @@
|
||||
}
|
||||
|
||||
.newer {
|
||||
float: inline-end;
|
||||
float: right;
|
||||
padding-inline-end: 0;
|
||||
|
||||
.fa {
|
||||
|
Reference in New Issue
Block a user