Skip to content

Commit

Permalink
fix center align padding
Browse files Browse the repository at this point in the history
  • Loading branch information
ra3orblade committed Jan 16, 2025
1 parent 5fd19d9 commit 2a6108d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/block/dataview/view/grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
};

.cell.c-object, .cell.c-file {
:not(.align2) { padding-right: 0px; }
:not(.align1, .align2) { padding-right: 0px; }
&.align2 { padding-left: 0px; }
}
.cellContent.c-object, .cellContent.c-select, .cellContent.c-file {
Expand Down

0 comments on commit 2a6108d

Please sign in to comment.