Skip to content

Commit b990841

Browse files
Merge pull request #1895 from kamalqureshi/user_groups_format
User Groups Formatting
2 parents be17830 + 47b7d6b commit b990841

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

client/packages/lowcoder/src/pages/setting/permission/styledComponents.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,14 +123,20 @@ export const UserTableCellWrapper = styled.div`
123123
124124
svg {
125125
margin-left: 8px;
126+
flex-shrink: 0;
126127
}
127128
128129
> span {
129-
max-width: 120px;
130130
overflow: hidden;
131131
white-space: nowrap;
132132
text-overflow: ellipsis;
133133
word-break: keep-all;
134+
flex-shrink: 1;
135+
}
136+
137+
/* Prevent profile image from shrinking */
138+
> div:first-child {
139+
flex-shrink: 0;
134140
}
135141
`;
136142

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy