Skip to content

Commit 74949f6

Browse files
Merge pull request #7033 from davidwatkins73/waltz-7030-survey-contact
Survey instance shows the contact email
2 parents 531f6ac + 34c7ff6 commit 74949f6

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

waltz-ng/client/common/svelte/info-panels/SurveyInstanceInfoPanel.svelte

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@
8181
<td width="50%">Run Name</td>
8282
<td width="50%">{survey.surveyRun?.name}</td>
8383
</tr>
84+
<tr>
85+
<td width="50%">Survey Contact</td>
86+
<td width="50%">{survey.surveyRun?.contactEmail}</td>
87+
</tr>
8488
<tr>
8589
<td width="50%">Subject</td>
8690
<td width="50%">

waltz-ng/client/survey/components/svelte/inline-panel/SurveyViewer.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@
143143
border-bottom: 1px solid #ddd;
144144
background-color: #fafafa;
145145
background: linear-gradient(90deg, #fafafa 0%, rgba(255,255,255,1) 100%);
146+
padding-top: 0.5em;
147+
padding-bottom: 0.3em;
146148
}
147149
148150
.sub-question-label {

0 commit comments

Comments
 (0)