Skip to content

Commit

Permalink
fix: empty state overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
corteggiano committed Jan 31, 2024
1 parent d407ba3 commit 3e073f7
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
.dashboard-empty-state {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin: 32px;
border: dashed;
height: 200px;
width: 350px;
Expand Down

0 comments on commit 3e073f7

Please sign in to comment.