Skip to content

Commit df8bba8

Browse files
committed
refactor: remove unnecessary margin from sidebar in GlobalSettings component
1 parent 5bb7691 commit df8bba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/frontend/src/views/GlobalSettings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ async function handleSubmit(event: Event) {
197197
<div class="hidden space-y-6 pb-16 md:block">
198198

199199
<div class="flex flex-col space-y-8 lg:flex-row lg:space-x-12 lg:space-y-0">
200-
<aside class="-mx-4 lg:w-1/5">
200+
<aside class="lg:w-1/5">
201201
<GlobalSettingsSidebarNav :groups="settingGroups" />
202202
</aside>
203203
<div class="flex-1 lg:max-w-3xl">

0 commit comments

Comments
 (0)