Fix margin on Hint
| @@ -10,10 +10,12 @@ | ||
| 10 | 10 | </label> |
| 11 | 11 | {{/each}} |
| 12 | 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 | 19 | <h3 data-i18n="Enter a name:"> |
| 18 | 20 | Enter a name: |
| 19 | 21 | </h3> |