Skip to content

Commit

Permalink
Fix the logger's rendering of hostnames starting with digits
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Apr 23, 2019
1 parent 1f1429c commit ab303d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/css/logger-ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ body.compactView #content tr:not(.vExpanded) td {
#content table tr td:nth-of-type(2):not([colspan]) {
direction: rtl;
text-align: right;
unicode-bidi: plaintext;
}
#content table tr[data-tabid="-1"] td:nth-of-type(2):not([colspan]) {
position: relative;
Expand Down

0 comments on commit ab303d3

Please sign in to comment.