mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-24 18:10:11 +00:00
fixes breadcrumb margin offset on page transition
This commit is contained in:
parent
a597a7e185
commit
801e9ee846
@ -1,5 +1,9 @@
|
||||
.data-systems-container {
|
||||
margin-top: item-spacing(5);
|
||||
// additional offset to compensate for browser lack of respect for the margin-top value on the breadcrumbs component
|
||||
// margin-top value overlaps container padding
|
||||
// not an ideal solution
|
||||
$breadcrumbs-margin-offset: 5px;
|
||||
margin-top: item-spacing(5) + $breadcrumbs-margin-offset;
|
||||
}
|
||||
|
||||
.data-systems {
|
||||
|
Loading…
x
Reference in New Issue
Block a user