Browse Source

Simplify code comment

Diego Smania 3 days ago
parent
commit
5c972f2db0
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/scss/_dropdown.scss

+ 1 - 2
src/scss/_dropdown.scss

@@ -4,8 +4,7 @@
 
 // General Dropdown Rules
 
-// Add overflow hidden to prevent first/last childs from overflowing the border
-// radius of the dropdown-menu
+// Ensure children cannot overflow and break the dropdown border radius
 .dropdown-menu {
   overflow: hidden;
 }