improvements
This commit is contained in:
@@ -96,7 +96,6 @@
|
||||
|
||||
.meta-left {
|
||||
width: 58%;
|
||||
padding-right: 12pt;
|
||||
}
|
||||
|
||||
.meta-right {
|
||||
@@ -109,6 +108,7 @@
|
||||
border: 1pt solid #3a404d;
|
||||
border-radius: 6pt;
|
||||
padding: 16pt 18pt;
|
||||
margin-right: 12pt;
|
||||
}
|
||||
|
||||
.card-label {
|
||||
@@ -566,19 +566,17 @@
|
||||
<div class="question-item no-break">
|
||||
<table class="question-item-table">
|
||||
<tr>
|
||||
<td class="question-body">
|
||||
<td class="question-body"@if ($pillLabel === null) colspan="2"@endif>
|
||||
<div class="question-text">{{ $question->text }}</div>
|
||||
@if (!empty($textValue))
|
||||
<div class="question-text-value">{{ $textValue }}</div>
|
||||
@endif
|
||||
</td>
|
||||
<td class="question-answer-cell">
|
||||
@if ($pillLabel !== null)
|
||||
@if ($pillLabel !== null)
|
||||
<td class="question-answer-cell">
|
||||
<span class="{{ $pillClass }}">{{ $pillLabel }}</span>
|
||||
@else
|
||||
<span class="answer-missing">Not answered</span>
|
||||
@endif
|
||||
</td>
|
||||
</td>
|
||||
@endif
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user