Skip to content

Commit

Permalink
css: fix empty content height
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Patil <[email protected]>
  • Loading branch information
pulsejet committed Mar 20, 2024
1 parent abb1108 commit 909c239
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/patch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
// Make sure empty content is full width
[role='note'].empty-content {
width: 100%;
height: 100%;
text-align: center;
padding: 10px;
}
Expand Down

0 comments on commit 909c239

Please sign in to comment.