Skip to content

Commit 0346fc6

Browse files
authored
Update positioning.blade.md
`.pin` no longer sets width and height to 100%
1 parent 35675e5 commit 0346fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/docs/positioning.blade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ features:
6363
],
6464
[
6565
'.pin',
66-
"top: 0;\nright: 0;\nbottom: 0;\nleft: 0;\nwidth: 100%;\nheight: 100%;",
66+
"top: 0;\nright: 0;\nbottom: 0;\nleft: 0;",
6767
"Anchor absolutely positioned element to all the edges of the nearest positioned parent.",
6868
],
6969
]

0 commit comments

Comments
 (0)