8000 bug #18237 [WebProfilerBundle] Added table-layout property to AJAX to… · symfony/symfony@a6941f6 · GitHub
[go: up one dir, main page]

Skip to content

Commit a6941f6

Browse files
committed
bug #18237 [WebProfilerBundle] Added table-layout property to AJAX toolbar css (kevintweber)
This PR was merged into the 2.8 branch. Discussion ---------- [WebProfilerBundle] Added table-layout property to AJAX toolbar css | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | When a page contains the following css: ```css table { table-layout: fixed; } ``` Then the AJAX panel has broken table cell spacing. All the cells are mostly on top of each other. This patch fixes that situation by overriding the table-layout property for the AJAX panel. Commits ------- 0fd9503 Added WebProfiler toolbar ajax panel table layout css.
2 parents d70da2c + 0fd9503 commit a6941f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@
293293
color: #F5F5F5;
294294
}
295295
.sf-toolbar-ajax-requests {
296+
table-layout: auto;
296297
width: 100%;
297298
}
298299
.sf-toolbar-ajax-requests td {

0 commit comments

Comments
 (0)
0