Skip to content

Commit

Permalink
fixing the alignment issue in colimns of list view
Browse files Browse the repository at this point in the history
  • Loading branch information
nishitag5 committed Jan 25, 2025
1 parent a4d7edd commit f7f8dd8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ body {
}

.case-list-item {
display: flex;
justify-content: space-between;
display: grid;
grid-template-columns: 2fr 3fr 1fr 1fr;
align-items: center;
padding: 15px;
background-color: #fff;
Expand Down

0 comments on commit f7f8dd8

Please sign in to comment.