⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 120468 in webkit


Ignore:
Timestamp:
Jun 15, 2012, 9:03:35 AM (14 years ago)
Author:
pfeldman@chromium.org
Message:

Web Inspector: Long frame urls make all/errors/warnings/logs buttons inaccessible.
https://bugs.webkit.org/show_bug.cgi?id=88907

Reviewed by Vsevolod Vlasov.

  • inspector/front-end/inspector.css:

(#console-context):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r120467 r120468  
     12012-06-15  Pavel Feldman  <pfeldman@chromium.org>
     2
     3        Web Inspector: Long frame urls make all/errors/warnings/logs buttons inaccessible.
     4        https://bugs.webkit.org/show_bug.cgi?id=88907
     5
     6        Reviewed by Vsevolod Vlasov.
     7
     8        * inspector/front-end/inspector.css:
     9        (#console-context):
     10
    1112012-06-15  Florin Malita  <fmalita@chromium.org>
    212
  • trunk/Source/WebCore/inspector/front-end/inspector.css

    r120338 r120468  
    27502750    border-width: 0 0 11px 0;
    27512751}
     2752
     2753#console-context {
     2754    max-width: 200px;
     2755}
Note: See TracChangeset for help on using the changeset viewer.