Changeset 16784 in webkit


Ignore:
Timestamp:
Oct 4, 2006 1:37:02 PM (18 years ago)
Author:
thatcher
Message:

Reviewed by Tim H.

Bug 10473: [Drosera] Overlapping text in JavaScript Console
http://bugs.webkit.org/show_bug.cgi?id=10473

Using min-height instead of height to avoid overlapping text.

  • ChangeLog:
  • Drosera/console.css:
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r16781 r16784  
     12006-10-04  David Smith  <catfish.man@gmail.com>
     2
     3        Reviewed by Tim H.
     4
     5        Bug 10473: [Drosera] Overlapping text in JavaScript Console
     6        http://bugs.webkit.org/show_bug.cgi?id=10473
     7
     8        Using min-height instead of height to avoid overlapping text.
     9
     10        * ChangeLog:
     11        * Drosera/console.css:
     12
    1132006-10-04  David Smith  <catfish.man@gmail.com>
    214
  • trunk/WebKitTools/Drosera/console.css

    r15336 r16784  
    11/*
    22 * Copyright (C) 2006 Apple Computer, Inc.  All rights reserved.
     3 * Copyright (C) 2006 David Smith (catfish.man@gmail.com)
    34 *
    45 * Redistribution and use in source and binary forms, with or without
     
    8687
    8788#history .row {
    88     height: 38px;
     89    min-height: 38px;
    8990    padding: 4px;
    9091    box-sizing: border-box;
Note: See TracChangeset for help on using the changeset viewer.