style: add breadcrumb clear (#22159)

* style: add breadcrumb clear

* style: add clear

* style: use mixins

* style: rtl only
This commit is contained in:
xrkffgg 2020-03-12 17:46:56 +08:00 committed by GitHub
parent 10f4454536
commit a589b56a28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@
font-size: @breadcrumb-font-size;
&-rtl {
.clearfix;
direction: rtl;
> span {