Explorar el Código

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

sbkwgh hace 7 años
padre
commit
559494523b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;