Skip to content

Commit

Permalink
Merge pull request #757 from the-deep/feature-increase-tabular-modal-…
Browse files Browse the repository at this point in the history
…size

Increase tabular modal edit size
  • Loading branch information
AdityaKhatri authored Apr 15, 2019
2 parents a8f4c5d + 6f7ec30 commit 861f1b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/leftpanel/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ $height-tabs: 48px;
overflow: auto;

.tabular-book {
width: 90vw;
height: 80vh;
width: 96vw;
height: 92vh;
}
}

Expand Down
4 changes: 2 additions & 2 deletions src/views/LeadAdd/LeadFormItem/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
}

.tabular-book {
width: 90vw;
height: 80vh;
width: 96vw;
height: 92vh;
}
}

0 comments on commit 861f1b0

Please sign in to comment.