Use flex-start instead of start in several places (#9500)

To keep webpack quiet about it, since apparently it has "mixed browser support".
This commit is contained in:
Travis Ralston 2022-10-25 17:00:33 -06:00 committed by GitHub
parent 8d6a67e67d
commit de51bfdcb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -247,7 +247,7 @@ limitations under the License.
} }
&.mx_SpotlightDialog_result_multiline { &.mx_SpotlightDialog_result_multiline {
align-items: start; align-items: flex-start;
.mx_AccessibleButton { .mx_AccessibleButton {
padding: $spacing-4 $spacing-20; padding: $spacing-4 $spacing-20;

View file

@ -65,7 +65,7 @@ limitations under the License.
.mx_UseCaseSelection_skip { .mx_UseCaseSelection_skip {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-self: start; align-self: flex-start;
} }
} }

View file

@ -16,7 +16,7 @@ limitations under the License.
.mx_FormattingButtons { .mx_FormattingButtons {
display: flex; display: flex;
justify-content: start; justify-content: flex-start;
.mx_FormattingButtons_Button { .mx_FormattingButtons_Button {
--size: 28px; --size: 28px;