Skip to content

Commit 5c972f2

Browse files
committed
Simplify code comment
1 parent 8e06efa commit 5c972f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/scss/_dropdown.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
// General Dropdown Rules
66

7-
// Add overflow hidden to prevent first/last childs from overflowing the border
8-
// radius of the dropdown-menu
7+
// Ensure children cannot overflow and break the dropdown border radius
98
.dropdown-menu {
109
overflow: hidden;
1110
}

0 commit comments

Comments
 (0)