Skip to content

Commit

Permalink
Update padding of listing rows
Browse files Browse the repository at this point in the history
  • Loading branch information
Usbac committed Jan 28, 2024
1 parent 5453b82 commit 99370dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/assets/css/admin/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@ textarea.code {
display: flex;
align-items: center;
border-bottom: 1px var(--border-color) solid;
padding: 16px 16px 16px 0;
padding: 16px;
text-decoration: none;
color: var(--main-color);
gap: 16px;
Expand Down

0 comments on commit 99370dc

Please sign in to comment.