Skip to content

Commit

Permalink
style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
litvinovg committed Dec 14, 2023
1 parent 6060ba8 commit e102dc1
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions webapp/src/main/webapp/css/audit/audit.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,29 @@ section#audit table.history {
border: 1px solid gray;
width: 100%;
}
tbody tr td:nth-child(1) {
min-width: 2em;
}

tbody tr td:nth-child(2) {
max-width: 10em;
word-break: break-word ;
}

section#audit table.history th{
tbody tr td:nth-child(3) {
max-width: 7em;
word-break: break-word ;
}

section#audit table.history th {
font-weight: bolder;
}

section#audit table.history td{
section#audit table.history td {
padding: 2px 5px 2px 5px;
}

section#audit table.history pre {
line-height: normal;
white-space: break-spaces;
}

0 comments on commit e102dc1

Please sign in to comment.