Skip to content

Commit

Permalink
Fix layout width (#13115)
Browse files Browse the repository at this point in the history
* Fix layout width

* Update services.inc.php

Co-authored-by: Tony Murray <murraytony@gmail.com>
  • Loading branch information
arjitc and murrant committed Aug 21, 2021
1 parent 500a699 commit 1fcf58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/html/pages/device/edit/services.inc.php
Expand Up @@ -28,7 +28,7 @@
print_message('Device Settings Saved');
}

echo '<div class="col-sm-6">';
echo '<div class="col-sm-6 col-sm-offset-3">';

include_once 'includes/html/print-service-add.inc.php';
} else {
Expand Down

0 comments on commit 1fcf58a

Please sign in to comment.