Bug 1403244 - Do not grow height of the message repeat bubble;r=nchevobbe draft
authorBrian Grinstead <bgrinstead@mozilla.com>
Mon, 02 Oct 2017 09:00:13 -0700
changeset 673430 9a5dcd9789adae2d28ee0afd777315f69babdfcd
parent 673329 97efdde466f18cf580fda9673cf4c38ee21fc7b7
child 734103 f716a91188aa4ffb9200b213a96673a78f985e27
push id82577
push userbgrinstead@mozilla.com
push dateMon, 02 Oct 2017 16:05:07 +0000
reviewersnchevobbe
bugs1403244
milestone58.0a1
Bug 1403244 - Do not grow height of the message repeat bubble;r=nchevobbe MozReview-Commit-ID: KHTo8huomr6
devtools/client/themes/webconsole.css
--- a/devtools/client/themes/webconsole.css
+++ b/devtools/client/themes/webconsole.css
@@ -969,17 +969,16 @@ a.learn-more-link.webconsole-learn-more-
   background-position: -36px -36px;
 }
 
 /* The bubble that shows the number of times a message is repeated */
 .webconsole-output-wrapper .message-repeats {
   background-color: var(--repeat-bubble-background-color);
   font-weight: normal;
   font-size: 0.8em;
-  height: auto;
 }
 
 /* Network Messages */
 
 .webconsole-output-wrapper .message.network .method {
   margin-inline-end: 5px;
 }