Browse Source

Simplify code comment

Diego Smania 3 ngày trước cách đây
mục cha
commit
5c972f2db0
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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;
 }