More padding fixes for app configure views
This commit is contained in:
@@ -56,7 +56,8 @@ onMounted(() => {
|
||||
|
||||
<FormGroup>
|
||||
<label for="cspInput">{{ $t('app.security.csp.title') }} <sup><a href="https://docs.cloudron.io/apps/#custom-csp" class="help" target="_blank"><i class="fa fa-question-circle"></i></a></sup> </label>
|
||||
<p>{{ $t('app.security.csp.description') }}</p>
|
||||
<div>{{ $t('app.security.csp.description') }}</div>
|
||||
<br/>
|
||||
<textarea id="cspInput" style="white-space: pre-wrap; font-family: monospace;" v-model="csp" placeholder="default-src 'self'; frame-ancestors 'none';" rows="2"></textarea>
|
||||
</FormGroup>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user