Skip to content

Commit

Permalink
[fix] servershell: Do not wrap table headers (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
seqizz authored Dec 11, 2024
1 parent c031c01 commit f1f5c41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions serveradmin/servershell/static/css/servershell.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ table tr:nth-child(odd) .disabled {

#result_table thead th {
padding-right: 1ch;
white-space: nowrap;
}

.results-info:last-of-type {
Expand Down

0 comments on commit f1f5c41

Please sign in to comment.