Skip to content

Commit

Permalink
[#10] remove storybook paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreezag committed Aug 26, 2023
1 parent e43d327 commit 6b5d4d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .storybook/preview.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import {createPinia} from 'pinia';
import {addParameters, app} from '@storybook/vue3';
import "../assets/index.css";
import "./storrybook.css";
import "../assets/index";
import SfdumpWrap from "../vendor/dumper";

Expand Down
3 changes: 3 additions & 0 deletions .storybook/storrybook.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.sb-show-main.sb-main-padded {
padding: 0;
}

0 comments on commit 6b5d4d3

Please sign in to comment.