Skip to content

Commit

Permalink
Fix typo in CSS pseudo selector
Browse files Browse the repository at this point in the history
  • Loading branch information
Ry Racherbaumer committed Mar 14, 2022
1 parent 9022de6 commit f216b6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/core-common/templates/base-preview-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@
.sb-argstableBlock td:nth-of-type(3) {
width: 15%;
}
.sb-argstableBlock th:laste-of-type,
.sb-argstableBlock td:laste-of-type {
.sb-argstableBlock th:last-of-type,
.sb-argstableBlock td:last-of-type {
width: 25%;
padding-right: 20px;
}
Expand Down

0 comments on commit f216b6c

Please sign in to comment.