UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit a04905dc authored by Graham Smith's avatar Graham Smith
Browse files

spacing to keep the wave the same position on top-level pages

parent 348bf91e
No related branches found
No related tags found
No related merge requests found
<template>
<div class="breadcrumb-container" v-if="crumbs.length > 0">
<div
class="breadcrumb-container"
:class="crumbs.length > 0 ? 'visible' : 'invisible'"
>
<b-breadcrumb id="nav-breadcrumb">
<b-breadcrumb-item
v-for="(crumb, index) in crumbs"
......@@ -68,6 +71,7 @@ export default {
<style lang="scss" scoped>
.breadcrumb-container {
padding-left: 7rem;
min-height: 48px;
text-transform: uppercase;
#nav-breadcrumb {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment