Skip to content

Commit 7798ecf

Browse files
authored
Fix beta pill label breaking (matrix-org#8162)
1 parent bda18f8 commit 7798ecf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: res/css/views/beta/_BetaCard.scss

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ limitations under the License.
104104
color: #FFFFFF;
105105
display: inline-block;
106106
vertical-align: text-bottom;
107+
word-break: keep-all; // avoid multiple lines on CJK language
107108

108109
&.mx_AccessibleButton {
109110
cursor: pointer;

0 commit comments

Comments
 (0)