Bug 1006825 - Variable values in the inspection popup look ugly when touching the popup's edge, r=rcampbell

This commit is contained in:
Victor Porof 2014-05-07 09:38:18 -04:00
parent 0184e66ae2
commit 273801af2e

View File

@ -201,6 +201,10 @@
margin: -4px; /* Compensate for the .panel-arrowcontent padding. */
}
.devtools-tooltip-variables-view-box .variable-or-property > .title {
-moz-padding-end: 6px;
}
/* Tooltip: Tiles */
.devtools-tooltip-tiles {