Преглед изворни кода

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

Kristian Vos пре 3 година
родитељ
комит
f8f5363a1e
1 измењених фајлова са 1 додато и 1 уклоњено
  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 {