Skip to content

Commit

Permalink
FIX: Config Notice Alignment
Browse files Browse the repository at this point in the history
 - #28
  • Loading branch information
aljawaid committed Oct 7, 2023
1 parent 802dae2 commit a24bdc8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Assets/css/kanboard-support.css
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,7 @@ form.add-webhook-form .form-actions button {
}

.config-notice {
display: block;
margin: -7px 10px 15px 0;
line-height: 1.5;
color: var(--pp-grey-alt);
Expand Down
1 change: 0 additions & 1 deletion Template/config_sections/app-info.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
</li>
</span>
<?php endif ?>
<br>
<?php if ($this->user->isAdmin()): ?>
<p class="config-notice">
<?= t('This page contains all the configuration settings from the application config file. You can also view the raw contents of the config file as-is and also compare it to the default version.') ?> <strong><?= t('The raw config file will expose sensitive information which should not be shared.') ?></strong>
Expand Down

0 comments on commit a24bdc8

Please sign in to comment.