Skip to content

Commit

Permalink
Fix Stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
zanivan committed Nov 20, 2023
1 parent 5bacec0 commit 7e4a6cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions docs/data/base/components/modal/ServerModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,7 @@ const grey = {
const Modal = styled(BaseModal)`
position: fixed;
z-index: 1300;
right: 0;
bottom: 0;
top: 0;
left: 0;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
Expand Down
5 changes: 1 addition & 4 deletions docs/data/base/components/modal/ServerModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,7 @@ const grey = {
const Modal = styled(BaseModal)`
position: fixed;
z-index: 1300;
right: 0;
bottom: 0;
top: 0;
left: 0;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
Expand Down

0 comments on commit 7e4a6cc

Please sign in to comment.