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

Commit

Permalink
Use flex-end instead of end (#9094)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBrandner authored Jul 25, 2022
1 parent 92fce71 commit bc30713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions res/css/views/elements/_UseCaseSelection.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit bc30713

Please sign in to comment.