Fix breadcrumb style when text is on two lines
This commit is contained in:
parent
cc12253339
commit
5ed4703d08
File diff suppressed because one or more lines are too long
|
@ -302,7 +302,8 @@ body {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
border-bottom: 4px solid #ccc;
|
border-bottom: 4px solid #ccc;
|
||||||
line-height: 1;
|
line-height: 1.4;
|
||||||
|
height: 36px;
|
||||||
}
|
}
|
||||||
li:before {
|
li:before {
|
||||||
content: "";
|
content: "";
|
||||||
|
|
Loading…
Reference in New Issue