Improve license helper text link
This commit is contained in:
@@ -114,7 +114,11 @@ onMounted(async () => {
|
||||
<small class="text-danger">{{ formError.password }}</small>
|
||||
</FormGroup>
|
||||
|
||||
<Checkbox v-model="acceptLicense" style="display: inline-flex;" label="Accept Cloudron License" required/><sup style="margin-left: 6px;"><a href="https://www.cloudron.io/legal/terms.html" class="help" target="_blank"><i class="fa fa-question-circle"></i></a></sup><br/>
|
||||
<Checkbox v-model="acceptLicense" id="acceptLicenseInput" style="display: inline-flex;" required>
|
||||
<label for="acceptLicenseInput" class="pankow-checkbox-input-label">Accept Cloudron License
|
||||
<sup style="margin-left: 4px"><a href="https://www.cloudron.io/legal/terms.html" target="_blank"><i class="fa fa-question-circle"></i></a></sup>
|
||||
</label>
|
||||
</Checkbox>
|
||||
</fieldset>
|
||||
|
||||
<div class="actions">
|
||||
|
||||
Reference in New Issue
Block a user