Skip to content

Commit 0825cce

Browse files
fix(ui): improve delete popup spacing on tablets and small screens (calcom#22042)
Co-authored-by: Kartik Saini <41051387+kart1ka@users.noreply.github.com>
1 parent fd96413 commit 0825cce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ui/components/dialog/Dialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import type { IconName } from "../icon";
1414
import { Icon } from "../icon";
1515

1616
const dialogClasses = cva(
17-
"fadeIn bg-default scroll-bar fixed left-1/2 top-1/2 z-50 w-full -translate-x-1/2 -translate-y-1/2 rounded-2xl text-left shadow-xl focus-visible:outline-none sm:align-middle",
17+
"fadeIn bg-default scroll-bar fixed left-1/2 top-1/2 z-50 w-[95vw] m-auto -translate-x-1/2 -translate-y-1/2 rounded-2xl text-left shadow-xl focus-visible:outline-none sm:align-middle",
1818
{
1919
variants: {
2020
size: {

0 commit comments

Comments
 (0)