Skip to content

Commit

Permalink
[a11y] User setting Git providers 📱 improvement (#18978)
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddhant-K-code authored Oct 28, 2023
1 parent 2bbf8ce commit c581b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dashboard/src/components/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export const ModalBody: FC<ModalBodyProps> = ({ children, hideDivider = false, n
return (
// Allows the first tabbable element in the body to receive focus on mount
<AutoFocusInside
className={cn("flex-grow relative border-gray-200 dark:border-gray-800 -mx-6 px-6 pb-6", {
className={cn("md:flex-grow relative border-gray-200 dark:border-gray-800 -mx-6 px-6 pb-6", {
"border-t border-b mt-2 py-4": !hideDivider,
"overflow-y-auto": !noScroll,
})}
Expand Down

0 comments on commit c581b09

Please sign in to comment.