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

Fix beta pill label breaking #8162

Merged
merged 2 commits into from
Mar 28, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion res/css/views/beta/_BetaCard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,10 @@ limitations under the License.
font-size: 12px;
font-weight: $font-semi-bold;
line-height: 15px;
color: #FFFFFF;
color: #fff;
t3chguy marked this conversation as resolved.
Show resolved Hide resolved
display: inline-block;
vertical-align: text-bottom;
word-break: keep-all; // avoid multiple lines on CJK language

&.mx_AccessibleButton {
cursor: pointer;
Expand Down