File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
events/partials/ModalTabsAndPages Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ const NewAccessPage = <T extends RequiredFormProps>({
269
269
}
270
270
skipTranslate
271
271
optionHeight = { 35 }
272
- customCSS = { { width : 360 , optionPaddingTop : 5 } }
272
+ customCSS = { { width : "100%" , optionPaddingTop : 5 } }
273
273
/>
274
274
</ td >
275
275
{ /* Checkboxes for policy.read and policy.write*/ }
Original file line number Diff line number Diff line change @@ -497,7 +497,7 @@ const ResourceDetailsAccessPolicyTab = ({
497
497
}
498
498
skipTranslate
499
499
optionHeight = { 35 }
500
- customCSS = { { width : 360 , optionPaddingTop : 5 } }
500
+ customCSS = { { width : "100%" , optionPaddingTop : 5 } }
501
501
/>
502
502
) : (
503
503
< p > { policy . role } </ p >
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ const AclAccessPage = <T extends RequiredFormProps>({
229
229
disabled = { ! isAccess }
230
230
skipTranslate
231
231
optionHeight = { 35 }
232
- customCSS = { { width : 360 , optionPaddingTop : 5 } }
232
+ customCSS = { { width : "100%" , optionPaddingTop : 5 } }
233
233
/>
234
234
</ td >
235
235
< td className = "fit text-center" >
You can’t perform that action at this time.
0 commit comments