Skip to content

Commit ccf30e1

Browse files
feat: replaced overflow hidden with overflow clip in styles panel (#4203)
1 parent 475970d commit ccf30e1

File tree

4 files changed

+44
-3
lines changed

4 files changed

+44
-3
lines changed

apps/builder/app/builder/features/style-panel/sections/size/size.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ import {
1111
import { PositionControl, SelectControl, TextControl } from "../../controls";
1212
import {
1313
EyeOpenIcon,
14-
EyeClosedIcon,
1514
ScrollIcon,
1615
AutoScrollIcon,
1716
EllipsesIcon,
17+
CropIcon,
1818
} from "@webstudio-is/icons";
1919
import { StyleSection } from "../../shared/style-section";
2020
import { theme } from "@webstudio-is/design-system";
@@ -121,10 +121,10 @@ export const Section = () => {
121121
value: "visible",
122122
},
123123
{
124-
child: <EyeClosedIcon />,
124+
child: <CropIcon />,
125125
description:
126126
"Content that exceeds the container's size is clipped and hidden without scrollbars.",
127-
value: "hidden",
127+
value: "clip",
128128
},
129129
{
130130
child: <ScrollIcon />,

packages/icons/icons/crop.svg

Lines changed: 11 additions & 0 deletions
Loading

packages/icons/src/__generated__/components.tsx

Lines changed: 28 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/icons/src/__generated__/svg.ts

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)