Skip to content

Commit

Permalink
Fix column width
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed Apr 21, 2024
1 parent 37fada1 commit ba0c029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/tabs/logging.less
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
margin-top: 10px;
dt {
float: left;
width: 120px;
width: fit-content;
height: 20px;
line-height: 20px;
font-weight: bold;
Expand Down

0 comments on commit ba0c029

Please sign in to comment.