Explorar o código

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

Kristian Vos %!s(int64=3) %!d(string=hai) anos
pai
achega
080f97e20d

+ 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;