fix Timeline custom head bug
fix Timeline custom head bug
This commit is contained in:
parent
385cfebab6
commit
c649968a4a
5 changed files with 10 additions and 53 deletions
|
@ -7,7 +7,7 @@
|
|||
padding: 0;
|
||||
|
||||
&-item {
|
||||
margin: 0;
|
||||
margin: 0 !important;
|
||||
padding: 0 0 12px 0;
|
||||
list-style: none;
|
||||
position: relative;
|
||||
|
@ -62,10 +62,10 @@
|
|||
}
|
||||
|
||||
&-content {
|
||||
padding: 0 0 10px 24px;
|
||||
padding: 1px 1px 10px 24px;
|
||||
font-size: @font-size-base;
|
||||
position: relative;
|
||||
top: -4px;
|
||||
top: -5px;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue