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>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit 11cdeb0889)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
Matt Blenkinsop 2024-05-10 13:13:20 +00:00 committed by Fridolin Somers
parent 43e164da74
commit 38fdb3febd
2 changed files with 6 additions and 0 deletions

View file

@ -242,4 +242,7 @@ export default {
.active {
cursor: pointer;
}
.toptabs {
margin-bottom: 0;
}
</style>

View file

@ -114,4 +114,7 @@ export default {
.rows {
float: none;
}
.toptabs {
margin-bottom: 0;
}
</style>