소스 검색

Simplify code comment

Diego Smania 3 일 전
부모
커밋
5c972f2db0
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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;
 }