summaryrefslogtreecommitdiff
path: root/src/views
diff options
context:
space:
mode:
Diffstat (limited to 'src/views')
-rw-r--r--src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue4
-rw-r--r--src/views/Login/Login.vue6
2 files changed, 8 insertions, 2 deletions
diff --git a/src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue b/src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue
index cfb9aa84..0589aed8 100644
--- a/src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue
+++ b/src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue
@@ -5,7 +5,7 @@
>
<div class="form-background">
<b-row>
- <b-col sm="6" md="3">
+ <b-col md="4">
<dl>
<dt>{{ $t('pageInventory.systemIndicator.powerStatus') }}</dt>
<dd>
@@ -13,7 +13,7 @@
</dd>
</dl>
</b-col>
- <b-col sm="6" md="3">
+ <b-col md="6">
<dl>
<dt>
{{ $t('pageInventory.systemIndicator.identifyLed') }}
diff --git a/src/views/Login/Login.vue b/src/views/Login/Login.vue
index f01cdd52..582e19f0 100644
--- a/src/views/Login/Login.vue
+++ b/src/views/Login/Login.vue
@@ -189,4 +189,10 @@ export default {
height: 36px;
width: 380px;
}
+
+@media (max-width: 576px) {
+ .login-button {
+ width: 100%;
+ }
+}
</style>