mirror of https://github.com/vector-im/riot-web
Fix beta pill label breaking (#8162)
parent
bda18f8bc9
commit
7798ecfa33
|
@ -104,6 +104,7 @@ limitations under the License.
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: text-bottom;
|
vertical-align: text-bottom;
|
||||||
|
word-break: keep-all; // avoid multiple lines on CJK language
|
||||||
|
|
||||||
&.mx_AccessibleButton {
|
&.mx_AccessibleButton {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
Loading…
Reference in New Issue