Sfoglia il codice sorgente

Change margin-top for placeholder text

sbkwgh 8 anni fa
parent
commit
d8291a1dae
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/components/InputEditorPreview.vue

+ 1 - 1
src/components/InputEditorPreview.vue

@@ -41,7 +41,7 @@
 			@at-root #{&}--empty {
 				@include text($font--role-emphasis, 1rem);
 				display: flex;
-				margin-top: 1rem;
+				margin-top: 0.5rem;
 				align-content: center;
 				@include user-select(none);
 				cursor: default;