소스 검색

fix(ManageStation/Settings): icons and button text weren't centered/aligned vertically

Kristian Vos 3 년 전
부모
커밋
080f97e20d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      frontend/src/components/modals/ManageStation/Tabs/Settings.vue

+ 1 - 1
frontend/src/components/modals/ManageStation/Tabs/Settings.vue

@@ -568,7 +568,7 @@ export default {
 			font-size: 18px;
 			color: var(--white);
 			box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
-			display: block;
+			display: flex;
 			text-align: center;
 			justify-content: center;
 			-ms-flex-align: center;