spacing of services in the dashboard reduced

This commit is contained in:
Tealk 2021-03-19 11:35:11 +01:00
parent dbf76d10f9
commit 0490a91b70
No known key found for this signature in database
GPG Key ID: 5FE349ABC863E7F9
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ Template::render_header(_("Dashboard"), true);
foreach ($services as $service) {
?>
<div class="input-group mb-3">
<div class="input-group mb-2">
<?php if ($service->get_status() != -1) { ?>
<div class="input-group-text service">
<input type="checkbox" name="services[]" value="<?php echo $service->get_id(); ?>" <?php echo (in_array($service->get_id(), $post_services)) ? "checked" : ''; ?> id="service-<?php echo $service->get_id(); ?>">