Skip to content

Commit 9ad72d6

Browse files
authored
Merge pull request matrix-org#6549 from SimonBrandner/fix/dont-use-start
Use `flex-start` instead of `start`
2 parents 4dcf2c7 + fe643b2 commit 9ad72d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

res/css/views/auth/_InteractiveAuthEntryComponents.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ limitations under the License.
8585
.mx_InteractiveAuthEntryComponents_termsPolicy {
8686
display: flex;
8787
flex-direction: row;
88-
justify-content: start;
88+
justify-content: flex-start;
8989
align-items: center;
9090
}
9191

res/css/views/rooms/_EventBubbleTile.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ limitations under the License.
271271

272272
display: flex;
273273
align-items: center;
274-
justify-content: start;
274+
justify-content: flex-start;
275275
padding: 5px 0;
276276

277277
.mx_EventTile_avatar {

0 commit comments

Comments
 (0)