Browse Source

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

Kristian Vos 3 years ago
parent
commit
f8f5363a1e
1 changed files with 1 additions and 1 deletions
  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 {