mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
Fix the invite modal overflowing
If the URL was the wrong shape, it could cause the modal to overflow, so it needs an extra nudge to line break in the right places.
This commit is contained in:
parent
55acbee9dc
commit
e017468f4d
@ -18,6 +18,7 @@ limitations under the License.
|
||||
text-align: center;
|
||||
color: var(--cpd-color-text-secondary);
|
||||
margin-block-end: var(--cpd-space-8x);
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.button {
|
||||
|
Loading…
Reference in New Issue
Block a user