Commit 5e229e3d by Dóbé Péter

dashboard: fix activity text overlapping with bar

parent 870fde3d
Pipeline #153 passed with stage
in 0 seconds
......@@ -104,7 +104,6 @@ html {
.timeline > div {
margin: 0;
padding: 0;
margin-left: -34px;
margin-bottom: .5em;
line-height: 24px;
}
......@@ -113,7 +112,7 @@ html {
}
.timeline .timeline-icon {
margin: 0;
margin-left: -34px;
padding: 0;
width: 24px;
height: 24px;
......@@ -153,7 +152,7 @@ html {
}
.sub-activity {
margin-left: 30px;
margin-left: -4px;
padding-left: 10px;
border-left: 3px solid green;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment