Skip to content

Commit

Permalink
fix(translations): change right-margin to margin-inline-end for worki…
Browse files Browse the repository at this point in the history
…ng with Hebrew.
  • Loading branch information
YishaiGlasner committed Nov 23, 2023
1 parent 2e5e4e6 commit 4e5c804
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/css/s2.css
Original file line number Diff line number Diff line change
Expand Up @@ -3543,11 +3543,11 @@ display: none;
.version-with-preview-title-line .open-details {
white-space: nowrap;
display: flex;
margin-right: 5px;
margin-inline-end: 5px;
font-style: italic;
}
.version-with-preview-title-line img {
margin-right: 5px;
margin-inline-end: 5px;
}
.version-with-preview-title-line .selectButton {
white-space: nowrap;
Expand All @@ -3558,7 +3558,7 @@ display: none;
}
.version-with-preview-title-line .selectButton::before {
content: "•";
margin-right: 5px;
margin-inline-end: 5px;
color: var(--medium-grey);
}
.version-block-with-preview-details {
Expand Down

0 comments on commit 4e5c804

Please sign in to comment.