Explorar el Código

Added comment

Paweł Kwaśnik hace 5 años
padre
commit
64fa3ccfcf
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      packages/ckeditor5-link/theme/linkform.css

+ 3 - 0
packages/ckeditor5-link/theme/linkform.css

@@ -36,6 +36,9 @@
 			margin-top: calc(var(--ck-spacing-large) + var(--ck-spacing-extra-tiny));
 			margin-bottom: var(--ck-spacing-small);
 
+			/*
+			 * To fill empty space between top border created by adjacent buttons
+			 */
 			&::before {
 				content: ".";
 				display: inline-block;