Skip to content

Commit 9478224

Browse files
authored
Merge pull request #155 from contentauth/c2patool-trust-opt-fmt
Add CSS class for trust options table column
2 parents 4426d26 + 5eb0a4b commit 9478224

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/css/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,3 +414,7 @@ body:not(.is-scrolling) .navbar {
414414
width: 100%;
415415
table-layout: fixed;
416416
}
417+
418+
.trust-table th:nth-child(1) {
419+
width: 170px;
420+
}

0 commit comments

Comments
 (0)