10000 Limit the max height/width of icons in the profiler menu by javiereguiluz · Pull Request #17330 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Limit the max height/width of icons in the profiler menu #17330

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 3 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
Next Next commit
Removed an unrelated change
  • Loading branch information
javiereguiluz committed Jan 11, 2016
commit 2270f5ac21356b3dfcfc9867086d28d12a357c31
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ tr.status-warning td {
display: block;
position: absolute;
left: 0;
top: 9px;
top: 8px;
width: 50px;
text-align: center;
}
Expand Down
0