Skip to content

Commit

Permalink
Don't pad first item
Browse files Browse the repository at this point in the history
  • Loading branch information
nmanu1 committed Nov 2, 2021
1 parent 7abdc00 commit 1de6550
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion static/scss/answers/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,13 @@
}

.yxt-Nav-modal .yxt-Nav-item {
padding-top: calc(var(--yxt-base-spacing) * 0.5);
line-height: var(--yxt-base-spacing);
word-break: break-word;
}

.yxt-Nav-modal li + li .yxt-Nav-item{
padding-top: calc(var(--yxt-base-spacing) * 0.5);
}
}
}

Expand Down

0 comments on commit 1de6550

Please sign in to comment.