Bugzilla – Attachment 166558 Details for
Bug 36827
Tabs in the ERM module have a gap above the tab content
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36827: Fix tab formatting
Bug-36827-Fix-tab-formatting.patch (text/plain), 1.77 KB, created by
Paul Derscheid
on 2024-05-10 13:20:14 UTC
(
hide
)
Description:
Bug 36827: Fix tab formatting
Filename:
MIME Type:
Creator:
Paul Derscheid
Created:
2024-05-10 13:20:14 UTC
Size:
1.77 KB
patch
obsolete
>From a9c24b42768719ddef08bf8656120a49c2b34cb7 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Fri, 10 May 2024 13:13:20 +0000 >Subject: [PATCH] Bug 36827: Fix tab formatting > >This patch removes unwanted whitespace between the tabs and the tab content > >Test plan: >1) Enable the ERM module and navigate to the eUsage > Reports sections >2) Observe the whitespace between the tabs and the content >3) Apply patch and run yarn build >4) Hard refresh the page, the whitespace should be gone > >Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de> >--- > .../js/vue/components/ERM/UsageStatisticsDataProvidersShow.vue | 3 +++ > .../prog/js/vue/components/ERM/UsageStatisticsReportsHome.vue | 3 +++ > 2 files changed, 6 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersShow.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersShow.vue >index 28ffa721c7..eb4813aad4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersShow.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersShow.vue >@@ -242,4 +242,7 @@ export default { > .active { > cursor: pointer; > } >+.toptabs { >+ margin-bottom: 0; >+} > </style> >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsReportsHome.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsReportsHome.vue >index f1ba21d48e..5246dddcb7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsReportsHome.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsReportsHome.vue >@@ -117,4 +117,7 @@ export default { > .rows { > float: none; > } >+.toptabs { >+ margin-bottom: 0; >+} > </style> >-- >2.39.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 36827
:
166556
|
166558
|
166590