From f216b6cfd824add7c92724027fb02b07be9ba856 Mon Sep 17 00:00:00 2001 From: Ry Racherbaumer Date: Mon, 14 Mar 2022 12:35:22 -0500 Subject: [PATCH] Fix typo in CSS pseudo selector --- lib/core-common/templates/base-preview-head.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/core-common/templates/base-preview-head.html b/lib/core-common/templates/base-preview-head.html index 3a7bef117384..1014b3161e85 100644 --- a/lib/core-common/templates/base-preview-head.html +++ b/lib/core-common/templates/base-preview-head.html @@ -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; }