Skip to content

Commit

Permalink
Update actions button gap
Browse files Browse the repository at this point in the history
  • Loading branch information
dkmyta committed Oct 22, 2024
1 parent c2ed715 commit b8523f6
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}

.dataviews-view-table td .components-flex {
gap: 8px;
gap: 4px;
}

.dataviews-view-list .dataviews-views-list__fields {
Expand All @@ -23,7 +23,9 @@
}

.dataviews-view-table tr .dataviews-item-actions {
.components-button:not(.dataviews-all-actions-button) {
gap: 16px;

.components-button:not( .dataviews-all-actions-button ) {
opacity: 1;
}

Expand Down

0 comments on commit b8523f6

Please sign in to comment.