소스 검색

Docs: Improved docs in the styles.

Aleksander Nowodzinski 6 년 전
부모
커밋
32d88ce079
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      packages/ckeditor5-ui/theme/components/dropdown/dropdown.css

+ 4 - 2
packages/ckeditor5-ui/theme/components/dropdown/dropdown.css

@@ -46,8 +46,10 @@
 
 		&.ck-dropdown__panel_se,
 		&.ck-dropdown__panel_sw {
-			/* Using transform: translate3d( 0, 100%, 0 ) causes blurry dropdown on Chrome 67-78+ on non-retina displays.
-			See ckeditor5#1053. */
+			/*
+			 * Using transform: translate3d( 0, 100%, 0 ) causes blurry dropdown on Chrome 67-78+ on non-retina displays.
+			 * See https://github.com/ckeditor/ckeditor5/issues/1053.
+			 */
 			top: 100%;
 			bottom: auto;
 		}