Fix beta pill label breaking (#8162)

pull/21833/head
Suguru Hirahara 2022-03-28 08:27:59 +00:00 committed by GitHub
parent bda18f8bc9
commit 7798ecfa33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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;