Skip to content

Commit a081c8a

Browse files
committed
line break in course list of plain text email, nicer course list popup in wf overview
1 parent c5cc4a7 commit a081c8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

step/email/lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ private function replace_placeholders($strings, $user, $stepid, $mailentries) {
178178
$coursesstring = '';
179179
$coursesstring .= $this->parse_course(array_pop($courses)->courseid);
180180
foreach ($courses as $entry) {
181-
$coursesstring .= "\n" . $this->parse_course($entry->courseid);
181+
$coursesstring .= "\r\n" . $this->parse_course($entry->courseid);
182182
}
183183
$replacements[] = $coursesstring;
184184

styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ span.tool_lifecycle-hint {
9898
}
9999

100100
#lifecycle-workflow-details .courses-table {
101-
flex: 40% 1 1;
101+
flex: 45% 1 1;
102102
border: 1px solid #bbb;
103103
margin-right: 2em;
104104
}

0 commit comments

Comments
 (0)