瀏覽代碼

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;