Skip to content

Commit

Permalink
Fix padding on Device Group Settings view
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Dec 3, 2024
1 parent ac51a56 commit 3cf9d40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="mb-3">
<SectionTopMenu hero="Device Group Settings" info="" />
</div>
<div class="flex flex-col sm:flex-row">
<div class="flex flex-col sm:flex-row ml-6">
<SectionSideMenu :options="sideNavigation" />
<div class="flex-grow">
<router-view :deviceGroup="deviceGroup" :application="application" @device-group-updated="onDeviceGroupUpdated" />
Expand Down

0 comments on commit 3cf9d40

Please sign in to comment.