Merge pull request 'fix(admin): restore broken table styling after focused-modules refactor' (#12) from fix/admin-table-styling into master
All checks were successful
CI / Lint, type check, unit tests, coverage (push) Successful in 2m6s
CI / E2E browser tests (push) Successful in 3m21s

Reviewed-on: https://srvr.nu/git/git/jocke/bilhej/pulls/12
This commit is contained in:
jocke 2026-06-17 12:39:39 +00:00
commit d7739bcd58

View file

@ -145,7 +145,7 @@ onUnmounted(() => {
</div> </div>
</template> </template>
<style scoped> <style>
.admin { .admin {
max-width: 72rem; max-width: 72rem;
margin: var(--space-2xl) auto 0; margin: var(--space-2xl) auto 0;