Merge pull request #5502 from matrix-org/t3chguy/cherrypick/5501
[Release] Fix padding in confirmation email registration prompt
This commit is contained in:
commit
efe7332b6d
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.mx_InteractiveAuthEntryComponents_emailWrapper {
|
.mx_InteractiveAuthEntryComponents_emailWrapper {
|
||||||
padding-right: 60px;
|
padding-right: 100px;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-top: 32px;
|
margin-top: 32px;
|
||||||
margin-bottom: 32px;
|
margin-bottom: 32px;
|
||||||
|
|
Loading…
Reference in a new issue