Explorar o código

Simplify code comment

Diego Smania hai 3 días
pai
achega
5c972f2db0
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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;
 }