Movatterモバイル変換


[0]ホーム

URL:


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

Commit47b7d6b

Browse files
committed
Styling update for username in user groups
1 parent1b7d4b9 commit47b7d6b

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)

[8]ページ先頭

©2009-2025 Movatter.jp