Quellcode durchsuchen

Simplify code comment

Diego Smania vor 3 Tagen
Ursprung
Commit
5c972f2db0
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  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;
 }