Skip to content

Commit

Permalink
Visually separate prefer not to say option
Browse files Browse the repository at this point in the history
  • Loading branch information
stanmart committed Apr 28, 2024
1 parent a27e03b commit 65690b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _static/live_bargaining.css
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,13 @@ tr.highlight:nth-child(even) {

.likert-table td:first-child {
text-align: left;
border-right: 1px solid black;
}

.likert-table th:first-child {
text-align: left;
}

.likert-table td:last-child {
border-left: 1px solid black;
}

0 comments on commit 65690b8

Please sign in to comment.