Merge branch 'develop' into fix-icon-position

This commit is contained in:
Šimon Brandner 2021-02-03 18:46:45 +01:00
commit b73227eaca
No known key found for this signature in database
GPG key ID: 9760693FDD98A790
8 changed files with 177 additions and 23 deletions

View file

@ -83,7 +83,10 @@ limitations under the License.
}
.mx_InteractiveAuthEntryComponents_termsPolicy {
display: block;
display: flex;
flex-direction: row;
justify-content: start;
align-items: center;
}
.mx_InteractiveAuthEntryComponents_passwordSection {