소스 검색

Add margin-top to account for raised placeholder height

sbkwgh 8 년 전
부모
커밋
a3a4d840e8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;