remove border

This commit is contained in:
Tealk
2021-03-19 00:23:51 +01:00
parent 1907f582ef
commit 546404faea
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ Template::render_header(_("Dashboard"), true);
<div class="line text-muted"></div>
<h3><?php echo _("New incident"); ?></h3>
<form id="new-incident" action="<?php echo WEB_URL; ?>/admin/?new=incident" method="POST">
<div class="card">
<div class="servicelist">
<?php if (isset($message)) { ?>
<p class="alert alert-danger"><?php echo $message ?></p>
<?php