Bug 1398760 - Flex align the console filter checkbox to correct vertical misalignment;r=Honza draft
authorBrian Grinstead <bgrinstead@mozilla.com>
Mon, 11 Sep 2017 10:57:12 -0700
changeset 662449 7b69f4f28eb62a65b469d7e2017cbf14decf7f2b
parent 662290 f9a5e9ed62103c84e4cde915f4d08f1ce71be83e
child 662450 1f218b11e8022229dfac0b1b35591281c1116d35
push id79087
push userbgrinstead@mozilla.com
push dateMon, 11 Sep 2017 17:58:53 +0000
reviewersHonza
bugs1398760
milestone57.0a1
Bug 1398760 - Flex align the console filter checkbox to correct vertical misalignment;r=Honza MozReview-Commit-ID: BzUvdwRXky3
devtools/client/themes/webconsole.css
--- a/devtools/client/themes/webconsole.css
+++ b/devtools/client/themes/webconsole.css
@@ -782,16 +782,18 @@ a.learn-more-link.webconsole-learn-more-
 
 .webconsole-filterbar-primary .devtools-plaininput {
   flex: 1 1 100%;
 }
 
 .webconsole-filterbar-primary .filter-checkbox {
   flex-shrink: 0;
   margin: 0 3px;
+  display: flex;
+  align-items: center;
 }
 
 .webconsole-filterbar-secondary .devtools-separator {
   margin: 0 5px;
 }
 
 .webconsole-filterbar-filtered-messages {
   /* Needed so the bar takes the whole horizontal space when it is wrapped */