make the info text small

This commit is contained in:
Girish Ramakrishnan
2019-05-24 10:27:50 -07:00
parent 6c8c7751fd
commit 8458bcf10e

View File

@@ -63,7 +63,7 @@
This app has it's own user management.
<span ng-show="appConfigure.ftp">This setting also controls SFTP access.</span>
</p>
<p ng-show="appConfigure.app.manifest.addons.email">
<p ng-show="appConfigure.app.manifest.addons.email" class="text-small">
This app is pre-configured for use with <a href="https://cloudron.io/documentation/email/" target="_blank">Cloudron Email</a>.
</p>
</div>