diff --git a/src/skins/vector/css/matrix-react-sdk/structures/_LoginBox.scss b/src/skins/vector/css/matrix-react-sdk/structures/_LoginBox.scss index ffb1df22c9..7f6199c451 100644 --- a/src/skins/vector/css/matrix-react-sdk/structures/_LoginBox.scss +++ b/src/skins/vector/css/matrix-react-sdk/structures/_LoginBox.scss @@ -42,6 +42,6 @@ limitations under the License. cursor: pointer; font-size: 15px; - padding-left: 12px; - padding-right: 12px; + padding: 0 11px; + word-break: break-word; }