Skip to content

Commit

Permalink
JS-4329: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ra3orblade committed Apr 26, 2024
1 parent f10e08d commit fd87c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/block/dataview/view/calendar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

.table {
.head, .body { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); }
.head { flex-shrink: 0; }
.head { flex-shrink: 0; padding-right: 6px; }
.head {
.item {
@include text-small; padding: 2px 10px; border-color: var(--color-shape-secondary); border-style: solid;
Expand Down

0 comments on commit fd87c84

Please sign in to comment.