Переглянути джерело

Add css rule to center properly slot

sbkwgh 8 роки тому
батько
коміт
2baf4a31ef
1 змінених файлів з 1 додано та 0 видалено
  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%;
 		}