mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 10:14:29 -07:00
Fix breadcrumb padding on first li
This commit is contained in:
@@ -4950,10 +4950,6 @@ a.tag:hover {
|
||||
color: #363636;
|
||||
}
|
||||
|
||||
.breadcrumb a:first-child {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.breadcrumb li {
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
@@ -4963,6 +4959,10 @@ a.tag:hover {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.breadcrumb li:first-child a {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.breadcrumb li.is-active a {
|
||||
color: #363636;
|
||||
cursor: default;
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user