Kaynağa Gözat

Add margin-top to account for raised placeholder height

sbkwgh 8 yıl önce
ebeveyn
işleme
a3a4d840e8
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      src/components/FancyInput.vue

+ 1 - 0
src/components/FancyInput.vue

@@ -46,6 +46,7 @@
 
 	.fancy_input {
 		position: relative;
+		margin-top: 0.25rem;
 
 		@at-root #{&}__placeholder {
 			position: absolute;