Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Move bidi properties
Browse files Browse the repository at this point in the history
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
  • Loading branch information
luixxiul committed May 1, 2022
1 parent 105e1c3 commit 775710a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions res/css/views/messages/_DisambiguatedProfile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ limitations under the License.
.mx_DisambiguatedProfile_displayName {
font-weight: 600;
margin-inline-end: 0;

// For RTL displayName
unicode-bidi: embed;
direction: ltr;
}

.mx_DisambiguatedProfile_mxid {
Expand All @@ -47,6 +43,10 @@ limitations under the License.
.mx_DisambiguatedProfile_displayName {
white-space: nowrap; // truncate long display names
margin-inline-end: 5px;

// For RTL displayName
unicode-bidi: embed;
direction: ltr;
}

.mx_DisambiguatedProfile_mxid {
Expand Down

0 comments on commit 775710a

Please sign in to comment.