Explorar el Código

fix(ManageStation): fixed issue with spacing between buttons in tippy tooltip

Kristian Vos hace 3 años
padre
commit
f8f5363a1e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      frontend/src/App.vue

+ 1 - 1
frontend/src/App.vue

@@ -721,7 +721,7 @@ a {
 			}
 		}
 	}
-	.tippy-content > div {
+	.tippy-content > span {
 		display: flex;
 		flex-direction: column;
 		button {