Merge pull request #5501 from matrix-org/t3chguy/fix/15936

Fix padding in confirmation email registration prompt
This commit is contained in:
Michael Telatynski 2020-12-17 12:05:37 +00:00 committed by GitHub
commit 37e3c2a23a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ limitations under the License.
*/
.mx_InteractiveAuthEntryComponents_emailWrapper {
padding-right: 60px;
padding-right: 100px;
position: relative;
margin-top: 32px;
margin-bottom: 32px;