Explorar o código

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

Kristian Vos %!s(int64=3) %!d(string=hai) anos
pai
achega
f8f5363a1e
Modificáronse 1 ficheiros con 1 adicións e 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 {