Skip to content

Commit

Permalink
Work for #3390: additional style fixies
Browse files Browse the repository at this point in the history
  • Loading branch information
dk981234 committed Sep 1, 2022
1 parent a4a9008 commit 4b9b9c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/survey-creator-core/src/components/tabs/logic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
position: relative;
}

.sl-table__cell.st-table__cell--actions:first-child .sv-action-bar {
.sl-table__cell.st-table__cell--actions:first-of-type .sv-action-bar {
margin-top: calcSize(-0.5);
padding-right: calcSize(4);
}
Expand Down Expand Up @@ -154,7 +154,7 @@

td,
th {
&:first-child {
&:first-of-type {
padding-left: calcSize(4);

.sv-action-bar {
Expand Down

0 comments on commit 4b9b9c0

Please sign in to comment.