Browse Source

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

Kristian Vos 3 năm trước cách đây
mục cha
commit
f8f5363a1e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {