Fix styling regressions from RTL layout refactor (#24415)
This commit is contained in:
parent
ec0c104bf2
commit
45848d6547
6 changed files with 32 additions and 20 deletions
|
@ -635,7 +635,7 @@ body,
|
|||
.button {
|
||||
overflow: visible;
|
||||
margin: 0 0 5px 5px;
|
||||
float: inline-end;
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -783,7 +783,7 @@ a.name-tag,
|
|||
|
||||
.speech-bubble {
|
||||
margin-bottom: 20px;
|
||||
border-inset-inline-start: 4px solid $ui-highlight-color;
|
||||
border-inline-start: 4px solid $ui-highlight-color;
|
||||
|
||||
&.positive {
|
||||
border-left-color: $success-green;
|
||||
|
@ -1662,7 +1662,7 @@ a.sparkline {
|
|||
}
|
||||
|
||||
.section-skip-link {
|
||||
float: inline-end;
|
||||
float: right;
|
||||
|
||||
a {
|
||||
color: $ui-highlight-color;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue