Przeglądaj źródła

Add css rule to center properly slot

sbkwgh 8 lat temu
rodzic
commit
2baf4a31ef
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/components/LoadingButton.vue

+ 1 - 0
src/components/LoadingButton.vue

@@ -41,6 +41,7 @@
 			transition: all 0.2s;
 			opacity: 1;
 			display: flex;
+			justify-content: center;
 			align-items: center;
 			height: 100%;
 		}