mirror of https://github.com/vector-im/riot-web
Use `flex-end` instead of `end` (#9094)
parent
92fce71e39
commit
bc30713b5e
|
@ -23,7 +23,7 @@ limitations under the License.
|
||||||
.mx_UseCaseSelection_title {
|
.mx_UseCaseSelection_title {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: end;
|
justify-content: flex-end;
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
@ -36,7 +36,7 @@ limitations under the License.
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: $spacing-8;
|
gap: $spacing-8;
|
||||||
align-self: end;
|
align-self: flex-end;
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Reference in New Issue