Bug 1272999 - fixing multiline text clipping in console on Windows. r=bgrins draft
authorYura Zenevich <yzenevich@mozilla.com>
Wed, 18 May 2016 12:43:33 -0400
changeset 368368 8845b1b25acb5fc6166b3cdd266ab603fd7bb565
parent 368365 c4449eab07d39e20ea315603f1b1863eeed7dcfe
child 521241 53c72c41f730efb9d4ff25576cddc142a325e450
push id18503
push useryura.zenevich@gmail.com
push dateWed, 18 May 2016 16:44:13 +0000
reviewersbgrins
bugs1272999
milestone49.0a1
Bug 1272999 - fixing multiline text clipping in console on Windows. r=bgrins MozReview-Commit-ID: LvNQRoG6AZc
devtools/client/themes/webconsole.css
--- a/devtools/client/themes/webconsole.css
+++ b/devtools/client/themes/webconsole.css
@@ -401,16 +401,17 @@ a {
 
 .theme-firebug .jsterm-input-container {
   border-top: 1px solid #ccc;
 }
 
 .jsterm-input-node,
 .jsterm-complete-node {
   border: none;
+  padding: 0;
   padding-inline-start: 20px;
   margin: 0;
   -moz-appearance: none;
   background-color: transparent;
 }
 
 .jsterm-input-node[focused="true"] {
   box-shadow: var(--theme-focus-box-shadow-inset-bottom);