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:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@16784
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-10-04 David Smith <catfish.man@gmail.com>
+
+ 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:
+
2006-10-04 David Smith <catfish.man@gmail.com>
Reviewed by Tim H.
/*
* Copyright (C) 2006 Apple Computer, Inc. All rights reserved.
+ * Copyright (C) 2006 David Smith (catfish.man@gmail.com)
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
}
#history .row {
- height: 38px;
+ min-height: 38px;
padding: 4px;
box-sizing: border-box;
font-family: monospace;