minor #15809 Remove minimum width for web profiler content view (jbafford)

This PR was merged into the 2.8 branch.

Discussion
----------

Remove minimum width for web profiler content view

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

This removes the min-width on the Web Profiler's content view, to allow for narrower browser windows to render all content without a horizontal scroll bar. I've checked all of the profiler pages, and none of them seem adversely affected by this. (In some cases, certain content winds up being taller because there's less horizontal space, but that's entirely expected and reasonable).

Commits
-------

62dc014 Remove minimum width for web profiler content view
This commit is contained in:
Tobias Schultze 2015-09-16 01:59:41 +02:00
commit 0a5807bf47

View File

@ -357,7 +357,6 @@ tr.status-warning td {
{# Layout
========================================================================= #}
.container {
min-width: 960px;
max-width: 1300px;
padding-right: 15px;
}