Skip to content

Commit

Permalink
Merge pull request #17708 from rygine/rygine/fix-css-typo
Browse files Browse the repository at this point in the history
Fix typo in CSS pseudo selector
  • Loading branch information
ndelangen authored and shilman committed Jul 26, 2022
1 parent b9f3690 commit 17950fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/core-common/templates/base-preview-head.html
Expand Up @@ -237,8 +237,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 17950fd

Please sign in to comment.