Skip to content

Commit

Permalink
[#990948] Fix selection cell padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Elizaveta Salova authored and Elizaveta Salova committed Sep 27, 2021
1 parent c18b186 commit f93c938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/styles/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,7 @@ svg.svg-grid-icons {
.cell_selection[draggable],
.cell_selection-index[draggable] {
cursor: move;
padding-left: 4px;
}

.cell_selection[draggable]:hover::before,
Expand Down Expand Up @@ -710,7 +711,6 @@ svg.svg-grid-icons {
.cell_selection, .cell_selection-index {
border-top: none;
z-index: 2;
padding-left: 4px;
}

tr:not(:first-child) .cell,
Expand Down

0 comments on commit f93c938

Please sign in to comment.