Fix the display of orgs listed in user profile (#26424)

Before:

![image](55759aad-cbf7-4d91-8559-b7781d184911)
After:

![image](9de5136b-d0a0-4756-9426-125fd4b603d3)

In #26214, we changed each row's display into `flex` which caused this
problem.

![image](66546e7e-a224-45e7-9008-224f0f2952c6)

![image](e5190f88-e561-4361-894a-86c5fe88837e)
In old version:

![image](36e58e98-7d75-4a63-844a-2beee460997a)

Maybe we can add paddings here?

![image](dc61acd2-8995-46d4-b606-eb10c77dd877)
In old version;

![image](478acba7-0bbc-4852-b208-3ae43fcea976)
This commit is contained in:
yp05327 2023-08-11 04:28:36 +09:00 committed by GitHub
parent 3c91b09c19
commit 918d0f033d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,7 +96,6 @@
display: flex; display: flex;
border-bottom: 0 !important; border-bottom: 0 !important;
padding: 3px !important; padding: 3px !important;
width: 20%;
max-width: 60px; max-width: 60px;
} }