-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Add min-width for debug toolbar dump section #22839
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
Comments
Doesn't #20716 already solve this? The fix is available since sf 2.8.15, 3.1.8 & 3.2.1. |
@ogizanagi since my sf version is 3.2.8 - looks like no :/ |
I've managed to recreate this issue on 3.2.9. I will create PR later today |
mkurzeja
added a commit
to mkurzeja/symfony
that referenced
this issue
May 30, 2017
…e full window width
mkurzeja
added a commit
to mkurzeja/symfony
that referenced
this issue
May 30, 2017
…e full window width
fabpot
added a commit
that referenced
this issue
Jun 9, 2017
…d use full window width (mkurzeja) This PR was merged into the 2.8 branch. Discussion ---------- #22839 - changed debug toolbar dump section to relative and use full window width | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #22839 | License | MIT My approach to fix #22839 - instead of adding min-width I have switched the section to fill the full available width:  Commits ------- 65297de #22839 - changed debug toolbar dump section to relative and use full window width
This was referenced Jul 4, 2017
Merged
Merged
Merged
ostrolucky
pushed a commit
to ostrolucky/symfony
that referenced
this issue
Mar 25, 2018
…e full window width
ostrolucky
pushed a commit
to ostrolucky/symfony
that referenced
this issue
Mar 25, 2018
…to relative and use full window width (mkurzeja) This PR was merged into the 2.8 branch. Discussion ---------- symfony#22839 - changed debug toolbar dump section to relative and use full window width | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | symfony#22839 | License | MIT My approach to fix symfony#22839 - instead of adding min-width I have switched the section to fill the full available width:  Commits ------- 65297de symfony#22839 - changed debug toolbar dump section to relative and use full window width
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since very old symfony2 versions this issue still relevant, at least for me, I show it in two pictures:
The only change required is adding width (for example
min-width: 500px;
) for CSS selectorpre.sf-dump
. Or make it configurable and use configurated option in dynamic styles part (<style>
tag) at the end of the page, which is already starts withpre.sf-dump
:The text was updated successfully, but these errors were encountered: