Merge pull request #37 from ahangarha/add-bidi-support

Add bidi support to bio and description
This commit is contained in:
Cadence Fish
2020-02-24 14:04:42 +13:00
committed by GitHub

View File

@@ -86,6 +86,9 @@ body
font-size: 20px font-size: 20px
font-weight: normal font-weight: normal
.bio
unicode-bidi: plaintext
.profile-counter .profile-counter
line-height: 1.3 line-height: 1.3
@@ -273,6 +276,7 @@ body
overflow-wrap: anywhere overflow-wrap: anywhere
font-size: 20px font-size: 20px
line-height: 1.4 line-height: 1.4
unicode-bidi: plaintext
@media screen and (max-width: $layout-a-max) @media screen and (max-width: $layout-a-max)
font-size: 18px font-size: 18px