Address review comment
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div
|
||||
class="overflow-auto"
|
||||
class="overflow-auto py-3"
|
||||
>
|
||||
<b-list-group
|
||||
v-for="(grp, g) in navigation"
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
v-if="namespace"
|
||||
class="d-flex flex-column flex-grow-1"
|
||||
>
|
||||
<div class="sticky-top bg-white w-100 pt-1 mb-2">
|
||||
<div class="sticky-top bg-white w-100 py-2">
|
||||
<b-button
|
||||
v-if="isAdminPage"
|
||||
data-test-id="button-public"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
v-if="reports.length"
|
||||
class="h-100"
|
||||
>
|
||||
<div class="bg-white sticky-top pt-2 mb-2">
|
||||
<div class="bg-white sticky-top py-2">
|
||||
<c-input-search
|
||||
v-model.trim="query"
|
||||
:placeholder="$t('sidebar:search-reports')"
|
||||
|
||||
Reference in New Issue
Block a user