We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be17830 + 47b7d6b commit b990841Copy full SHA for b990841
1 file changed
client/packages/lowcoder/src/pages/setting/permission/styledComponents.tsx
@@ -123,14 +123,20 @@ export const UserTableCellWrapper = styled.div`
123
124
svg {
125
margin-left: 8px;
126
+ flex-shrink: 0;
127
}
128
129
> span {
- max-width: 120px;
130
overflow: hidden;
131
white-space: nowrap;
132
text-overflow: ellipsis;
133
word-break: keep-all;
134
+ flex-shrink: 1;
135
+ }
136
+
137
+ /* Prevent profile image from shrinking */
138
+ > div:first-child {
139
140
141
`;
142
0 commit comments