Sfoglia il codice sorgente

Add css rule to center properly slot

sbkwgh 8 anni fa
parent
commit
2baf4a31ef
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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%;
 		}