Skip to content

Commit 4d77727

Browse files
authored
docs(material/tooltip): fix tooltip-position-at-origin example overflow (#33218)
Reduces the demo button size from 500×500px to 200×200px to prevent the example from overflowing on small screens.
1 parent 95d7290 commit 4d77727

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
button.demo-button {
2-
width: 500px;
3-
height: 500px;
4-
}
5-
6-
.example-enabled-checkbox {
7-
margin-left: 8px;
2+
width: 200px;
3+
height: 200px;
4+
margin: 0 8px 8px 0;
85
}

0 commit comments

Comments
 (0)