Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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)

AltStyle によって変換されたページ (->オリジナル) /