This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
alan
/
gca-admin-gurusoft-message-dashboard
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fix: fix sizing and path
dashboard-layout
ken
7 months ago
parent
ff9316a481
commit
6b2ce3a76d
2 changed files
with
4 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
gca-admin-gurusoft-message-dashboard/src/components/SystemMessagesPage.vue
+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
<
/
r
o
u
t
e
r
-
l
i
n
k
>
<
/
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
:
1400
px
)
{
.
container
{
max
-
width
:
600
px
;
}
.
container
{
max
-
width
:
600
px
;
}
<
/
style
>
Write
Preview
Loading…
Cancel
Save