Browse Source

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

Kristian Vos 3 years ago
parent
commit
080f97e20d
1 changed files with 1 additions and 1 deletions
  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;