Skip to content

Commit c581b09

Browse files
[a11y] User setting Git providers 📱 improvement (#18978)
1 parent 2bbf8ce commit c581b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/components/Modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export const ModalBody: FC<ModalBodyProps> = ({ children, hideDivider = false, n
178178
return (
179179
// Allows the first tabbable element in the body to receive focus on mount
180180
<AutoFocusInside
181-
className={cn("flex-grow relative border-gray-200 dark:border-gray-800 -mx-6 px-6 pb-6", {
181+
className={cn("md:flex-grow relative border-gray-200 dark:border-gray-800 -mx-6 px-6 pb-6", {
182182
"border-t border-b mt-2 py-4": !hideDivider,
183183
"overflow-y-auto": !noScroll,
184184
})}

0 commit comments

Comments
 (0)