Pārlūkot izejas kodu

Add css rule to center properly slot

sbkwgh 8 gadi atpakaļ
vecāks
revīzija
2baf4a31ef
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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%;
 		}