0
0
Fork 0

Change mobile breakpoint back to old version and allow main column to shrink (#32033)

This commit is contained in:
Claire 2024-09-23 14:53:35 +02:00 committed by GitHub
parent bbf7752256
commit b5bdc69f7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -2708,7 +2708,7 @@ a.account__display-name {
&__main {
box-sizing: border-box;
width: 100%;
flex: 0 0 auto;
flex: 0 1 auto;
display: flex;
flex-direction: column;