Commit a8272957 by Dudás Ádám

Merge branch 'issue-459' into 'master'

Bad wrapping of long lines of text in VM activity timeline



See merge request !383
parents ec8a25ba 5e229e3d
Pipeline #155 passed with stage
in 0 seconds
...@@ -104,7 +104,6 @@ html { ...@@ -104,7 +104,6 @@ html {
.timeline > div { .timeline > div {
margin: 0; margin: 0;
padding: 0; padding: 0;
margin-left: -34px;
margin-bottom: .5em; margin-bottom: .5em;
line-height: 24px; line-height: 24px;
} }
...@@ -113,7 +112,7 @@ html { ...@@ -113,7 +112,7 @@ html {
} }
.timeline .timeline-icon { .timeline .timeline-icon {
margin: 0; margin-left: -34px;
padding: 0; padding: 0;
width: 24px; width: 24px;
height: 24px; height: 24px;
...@@ -153,7 +152,7 @@ html { ...@@ -153,7 +152,7 @@ html {
} }
.sub-activity { .sub-activity {
margin-left: 30px; margin-left: -4px;
padding-left: 10px; padding-left: 10px;
border-left: 3px solid green; 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