mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Website: fix alignment issue in Handbook mobile navigation (#12224)
Closes: #12218 Changes: - Updated the alignment of the mobile navigation "breadcrumbs" in the Fleet handbook.
This commit is contained in:
parent
1c18765dfa
commit
dfe8d60025
2 changed files with 2 additions and 2 deletions
|
|
@ -59,7 +59,7 @@
|
|||
padding-top: 16px;
|
||||
p, a, strong {
|
||||
font-size: 12px;
|
||||
line-height: 24px;
|
||||
line-height: 18px;
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
<div class="d-flex flex-column handbook-content">
|
||||
|
||||
<div purpose="breadcrumbs" class="d-flex m-0 align-items-center breadcrumbs">
|
||||
<div class="d-flex" v-if="breadcrumbs.length > 1">
|
||||
<div class="d-flex flex-row align-items-center" v-if="breadcrumbs.length > 1">
|
||||
<a :href="'/' + breadcrumbs[0]" class="pr-3">
|
||||
{{breadcrumbs[0] === 'handbook' ? 'Introduction' : breadcrumbs[0]}}
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Reference in a new issue