mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Fixed breadcrumb padding using incorrect syntax
(cherry picked from commit 6c48238fa2
)
This commit is contained in:

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
a40e26985d
commit
166444fc50
@@ -5,8 +5,8 @@
|
||||
.breadcrumb {
|
||||
border-radius: 0;
|
||||
margin-top: calc(-1 * var(--ds-content-spacing));
|
||||
padding-bottom: var(--ds-content-spacing / 3);
|
||||
padding-top: var(--ds-content-spacing / 3);
|
||||
padding-bottom: calc(var(--ds-content-spacing) / 3);
|
||||
padding-top: calc(var(--ds-content-spacing) / 3);
|
||||
background-color: var(--ds-breadcrumb-bg);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user