Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bulma
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
bulma
Commits
d19c0c86
Commit
d19c0c86
authored
6 months ago
by
Benjamin Melançon
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3084159
by Jaydeep_patel, riddhi.addweb, medden, mlncn: Breadcrumb Padding Issue
parent
46e22e19
No related branches found
Branches containing commit
Tags
8.x-1.21
Tags containing commit
2 merge requests
!21
Issue #3355251 by lelkneralfaro, mlncn: Prepocess table throws error if class...
,
!18
mini pager style fixed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
assets/overrides.scss
+14
-0
14 additions, 0 deletions
assets/overrides.scss
with
14 additions
and
0 deletions
assets/overrides.scss
+
14
−
0
View file @
d19c0c86
...
...
@@ -127,3 +127,17 @@ article {
.hero.is-primary
.is-active
a
:not
(
.button
)
:not
(
.dropdown-item
)
:not
(
.tag
)
:not
(
.pagination-link.is-current
)
{
color
:
#00d1b2
;
}
// Ensure proper padding for breadcrumbs that are not links.
.breadcrumb
{
li
{
a
{
padding
:
0
;
}
&
+
li
{
&
::before
{
padding
:
0
0
.75em
;
}
}
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment