Skip to content

Commit 2b2acdc

Browse files
authored
docs(display): replace clip with clip-path in not-sr-only utility to match sr-only (#2449)
1 parent 3016b47 commit 2b2acdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/display.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const description = "Utilities for controlling the display box type of an
5454
padding: 0;
5555
margin: 0;
5656
overflow: visible;
57-
clip: auto;
57+
clip-path: none;
5858
white-space: normal;
5959
`,
6060
],

0 commit comments

Comments
 (0)