Use `flex-end` instead of `end` (#9094)

pull/28217/head
Šimon Brandner 2022-07-25 11:14:01 +02:00 committed by GitHub
parent 92fce71e39
commit bc30713b5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ limitations under the License.
.mx_UseCaseSelection_title {
display: flex;
flex-direction: column;
justify-content: end;
justify-content: flex-end;
h1 {
font-weight: 600;
@ -36,7 +36,7 @@ limitations under the License.
display: flex;
flex-direction: column;
gap: $spacing-8;
align-self: end;
align-self: flex-end;
h2 {
margin: 0;