Improve text layout in setupdns

This commit is contained in:
Johannes Zellner
2020-06-16 13:14:56 +02:00
parent 13c5085cb1
commit 0fa230527c

View File

@@ -69,8 +69,7 @@
<label class="control-label">Domain <sup><a ng-href="{{ webServerOrigin }}/documentation/installation/#domain-setup" class="help" target="_blank"><i class="fa fa-question-circle"></i></a></sup></label>
<input type="text" class="form-control" ng-model="dnsCredentials.domain" name="domain" placeholder="example.com" required autofocus ng-disabled="dnsCredentials.busy">
<p style="margin-top: 5px; font-size: 13px;">
Apps will be installed on subdomains of this domain, the dashboard at the <b>my.</b> subdomain.<br/>
You can add more domains later.
Apps will be installed on subdomains of this domain, the dashboard at the <b>my.</b> subdomain. You can add more domains later.
</p>
</div>
</div>