Fix margin on Hint

cd6e0747a53191d32196934831fc1583bc464645

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

1 files changed, +6 -4Ignore whitespace
public/scripts/extensions/connection-manager/profile.html+6 -4
@@ -10,10 +10,12 @@
10 </label>10 </label>
11 {{/each}}11 {{/each}}
12 </div>12 </div>
13 <small>13 <div class="marginTop5">
14 <b>Hint:</b>14 <small>
15 <i>Click on the setting name to omit it from the profile.</i>15 <b>Hint:</b>
16 </small>16 <i>Click on the setting name to omit it from the profile.</i>
17 </small>
18 </div>
17 <h3 data-i18n="Enter a name:">19 <h3 data-i18n="Enter a name:">
18 Enter a name:20 Enter a name:
19 </h3>21 </h3>