File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 4242 gap : 0.5rem ;
4343}
4444
45+ .bn-ariakit .bn-panel {
46+ max-width : 100vw ;
47+ }
48+
4549.bn-ariakit .bn-tab-panel {
4650 align-items : center;
4751 display : flex;
Original file line number Diff line number Diff line change 507507 box-shadow : var (--bn-shadow-medium );
508508 padding : 2px ;
509509 width : 500px ;
510+ max-width : 100vw ;
510511}
511512
512513.bn-mantine .bn-panel .bn-tab-panel {
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ export const Panel = forwardRef<
2525
2626 return (
2727 < ShadCNComponents . Tabs . Tabs
28- className = { cn ( className , "bg-popover rounded-lg p-2" ) }
28+ className = { cn ( className , "bg-popover max-w-screen rounded-lg p-2" ) }
2929 ref = { ref }
3030 value = { openTab }
3131 defaultValue = { defaultOpenTab }
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export const PanelTextInput = forwardRef<
1818 return (
1919 < ShadCNComponents . Input . Input
2020 data-test = { "embed-input" }
21- className = { cn ( className , "w-80" ) }
21+ className = { cn ( className , "w-80 max-w-full " ) }
2222 ref = { ref }
2323 value = { value }
2424 placeholder = { placeholder }
You can’t perform that action at this time.
0 commit comments