Skip to content

.breadcrumb "margin-bottom" variable #23016

@envolute

Description

@envolute

The "margin-bottom" property of the breadcrumb is fixed in "1rem"
I usually use the breadcrumb without margin-bottom, or margin-bottom: 0. I think it would be interesting to define a variable for this property ...
Something like:
$breadcrumb-margin: 0 0 1rem! Default;

.breadcrumb {
   ...
   margin: $breadcrumb-margin;
   {Instead of margin-bottom}
   ...
}

*Note: We could even remove the property, since we can define the margins with the classes "m- , mb - * ..."

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions