Explorar o código

Add css rule to center properly slot

sbkwgh %!s(int64=8) %!d(string=hai) anos
pai
achega
2baf4a31ef
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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%;
 		}