Browse Source

fix: fix sizing and path

dashboard-layout
ken 7 months ago
parent
commit
6b2ce3a76d
2 changed files with 4 additions and 5 deletions
  1. +1
    -1
      gca-admin-gurusoft-message-dashboard/src/components/SystemMessagesPage.vue
  2. +3
    -4
      gca-admin-gurusoft-message-dashboard/src/components/SystemMesssages.vue

+ 1
- 1
gca-admin-gurusoft-message-dashboard/src/components/SystemMessagesPage.vue View File

@ -1,7 +1,7 @@
<template>
<div class="container-sm py-4">
<div class="mb-3">
<router-link to="/" class="btn btn-sm btn-outline-primary">
<router-link to="/systemmessage" class="btn btn-sm btn-outline-primary">
Tilbake
</router-link>
</div>

+ 3
- 4
gca-admin-gurusoft-message-dashboard/src/components/SystemMesssages.vue View File

@ -88,9 +88,8 @@ const typeClass = (type) => {
</script>
<style>
@media (min-width: 1400px) {
.container {
max-width: 600px;
}
.container {
max-width: 600px;
}
</style>

Loading…
Cancel
Save