Skip to content

Commit 5978420

Browse files
committed
fix UI of select component inside permission dialog
1 parent 121de6c commit 5978420

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

client/packages/lowcoder/src/components/PermissionDialog/commonComponents.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ export const StyledRoleSelect = styled(CustomSelect)`
99
right: 0;
1010
}
1111
12-
.ant-select-selector {
13-
border: none !important;
12+
.ant-select .ant-select-selector {
13+
margin-right: 0 !important;
14+
padding: 0 !important;
15+
padding: 12px !important;
1416
}
1517
1618
.ant-select:hover {

0 commit comments

Comments
 (0)