mirror of https://github.com/ColorlibHQ/AdminLTE
Fixed unnecessary margin in list in timeline component (#2340)
parent
829a9b3c6c
commit
eae052422d
|
@ -70,6 +70,9 @@
|
||||||
> img {
|
> img {
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
}
|
}
|
||||||
|
> dl, ol, ul {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
> .timeline-footer {
|
> .timeline-footer {
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue