Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit bc30713

Browse files
Use flex-end instead of end (#9094)
1 parent 92fce71 commit bc30713

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

res/css/views/elements/_UseCaseSelection.pcss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ limitations under the License.
2323
.mx_UseCaseSelection_title {
2424
display: flex;
2525
flex-direction: column;
26-
justify-content: end;
26+
justify-content: flex-end;
2727

2828
h1 {
2929
font-weight: 600;
@@ -36,7 +36,7 @@ limitations under the License.
3636
display: flex;
3737
flex-direction: column;
3838
gap: $spacing-8;
39-
align-self: end;
39+
align-self: flex-end;
4040

4141
h2 {
4242
margin: 0;

0 commit comments

Comments
 (0)