Fix Share Dialog text overflow in german language (#1559)

This commit is contained in:
DeeJayBro 2021-10-15 23:17:12 +02:00 committed by GitHub
parent f771878fa8
commit 40b9e3341f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@
padding: 5px;
color: rgb(var(--center-channel-color-rgb));
max-width: 500px;
white-space: normal;
.Switch {
margin-left: 8px;