8000 Update profiler's layout to use flexbox by javiereguiluz · Pull Request #19786 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Update profiler's layout to use flexbox #19786

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixed an issue in the "Performance" panel
  • Loading branch information
javiereguiluz committed Aug 31, 2016
commit 8a71db7b9a92374ee19e91807934586228a73cc5
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ tr.status-warning td {
}
#collector-wrapper {
flex: 0 1 100%;
min-width: 0;
}
#collector-content {
margin: 0 0 30px 0;
Expand Down
0