Преглед на файлове

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;