Add missing space and line break

75485f2d7d5c3941e4d87d33dd5abe05769847a5

Cohee <18619528+Cohee1207@users.noreply.github.com>

2 files changed, +2 -2Ignore whitespace
public/scripts/templates/itemizationChat.html+1 -1
@@ -139,7 +139,7 @@
139 <div class="">{{finalPromptTokens}}</div>139 <div class="">{{finalPromptTokens}}</div>
140 </div>140 </div>
141 <div class="flex-container wide100p">141 <div class="flex-container wide100p">
142 <div class="flex1"><span data-i18n="Max Context">Max Context</span><small data-i18n="(Context Size - Response Length)">(Context Size - Response Length)</small><span data-i18n=":">:</span></div>142 <div class="flex1"><span data-i18n="Max Context">Max Context</span>&nbsp;<small data-i18n="(Context Size - Response Length)">(Context Size - Response Length)</small><span data-i18n=":">:</span></div>
143 <div class="">{{thisPrompt_max_context}}</div>143 <div class="">{{thisPrompt_max_context}}</div>
144 </div>144 </div>
145 </div>145 </div>
public/scripts/templates/themeDelete.html+1 -1
@@ -1,4 +1,4 @@
1<div>1<div>
2 <span data-i18n="Are you sure you want to delete the theme?">Are you sure you want to delete the theme?</span>2 <div data-i18n="Are you sure you want to delete the theme?">Are you sure you want to delete the theme?</div>
3 <b>"{{themeName}}"<b>3 <b>"{{themeName}}"<b>
4</div>4</div>