Skip to content

Commit d53b9c3

Browse files
committed
bar: tables are 100% width (BC break)
1 parent c27f2f8 commit d53b9c3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/Tracy/assets/Bar/bar.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ body#tracy-debug { /* in popup window */
8585
#tracy-debug table {
8686
border-collapse: collapse;
8787
background: #FDF5CE;
88+
width: 100%;
8889
}
8990

9091
#tracy-debug tr:nth-child(2n) td {

src/Tracy/assets/Bar/info.panel.phtml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ if (class_exists('Composer\Autoload\ClassLoader', false)) {
5757

5858
?>
5959
<style class="tracy-debug">
60-
#tracy-debug .tracy-InfoPanel table {
61-
width: 100%;
62-
}
6360
#tracy-debug .tracy-InfoPanel td {
6461
white-space: nowrap;
6562
}

0 commit comments

Comments
 (0)