Skip to content

Commit

Permalink
v0.4.15 (#231)
Browse files Browse the repository at this point in the history
* 🔖 bump: version 0.4.15

* make item list scrollable (#234)

Co-authored-by: Mohit Kumar Yadav <[email protected]>
  • Loading branch information
aashutoshrathi and mohitkyadav authored Nov 27, 2021
1 parent ce5f355 commit 463b1fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/InvoiceItemsTable/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
display: flex;
align-items: center;
flex-direction: column;
height: 60vh;
width: 65vw;
overflow: hidden scroll;

&__no-items {
margin-top: 2rem;
Expand Down

0 comments on commit 463b1fe

Please sign in to comment.