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

Commit

Permalink
Fix beta pill label breaking (#8162)
Browse files Browse the repository at this point in the history
  • Loading branch information
luixxiul authored Mar 28, 2022
1 parent bda18f8 commit 7798ecf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions res/css/views/beta/_BetaCard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ limitations under the License.
color: #FFFFFF;
display: inline-block;
vertical-align: text-bottom;
word-break: keep-all; // avoid multiple lines on CJK language

&.mx_AccessibleButton {
cursor: pointer;
Expand Down

0 comments on commit 7798ecf

Please sign in to comment.