Skip to content

Commit

Permalink
CNV-53287: fix the alignment issue on Settings -> User
Browse files Browse the repository at this point in the history
  • Loading branch information
gouyang committed Dec 17, 2024
1 parent e718135 commit e14e192
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const TaskPermissionsSection: FC = () => {
const { t } = useKubevirtTranslation();
const { capabilitiesData, isLoading } = usePermissions();
return (
<ExpandSection className="permissions-tab--main" toggleText={t('Permissions')}>
<ExpandSection toggleText={t('Permissions')}>
<Flex>
<FlexItem>
<Title headingLevel="h6" size="md">
Expand Down

0 comments on commit e14e192

Please sign in to comment.