Skip to content

Commit

Permalink
css: used fit-content
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jan 10, 2025
1 parent 61298f9 commit 41930ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/Tracy/Bar/assets/bar.css
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,7 @@ body#tracy-debug .tracy-panel { /* in popup window */


#tracy-debug .tracy-inner-container {
min-width: 100%;
float: left;
min-width: fit-content;
}

@media print {
Expand Down
3 changes: 1 addition & 2 deletions src/Tracy/BlueScreen/assets/bluescreen.css
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,7 @@ html.tracy-bs-visible body {

/* source code */
#tracy-bs pre.tracy-code > div {
min-width: 100%;
float: left;
min-width: fit-content;
white-space: pre;
}

Expand Down

0 comments on commit 41930ac

Please sign in to comment.