소스 검색

Fix error tooltip on fancy-input component by setting flex-direction property

sbkwgh 7 년 전
부모
커밋
559494523b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      frontend/src/components/FancyInput.vue

+ 1 - 0
frontend/src/components/FancyInput.vue

@@ -64,6 +64,7 @@
 
 	.fancy_input {
 		display: inline-flex;
+		flex-direction: column;
 		position: relative;
 		margin-top: 0.25rem;
 		margin-bottom: 0.5rem;