]> git.wincent.com - hextrapolate.git/commitdiff
Peter Griffin CSS commit
authorGreg Hurrell <greg@hurrell.net>
Wed, 31 May 2017 06:10:01 +0000 (23:10 -0700)
committerGreg Hurrell <greg@hurrell.net>
Wed, 31 May 2017 06:10:01 +0000 (23:10 -0700)
src/App.css

index ad2383cbb5162d88c34e37b5994910257bec6320..f74d64fd2703e4dee282f856fe2aa12d8413d938 100644 (file)
@@ -95,14 +95,19 @@ body {
 
   .hextrapolate-field input,
   .hextrapolate-field input:focus,
 
   .hextrapolate-field input,
   .hextrapolate-field input:focus,
-  .hextrapolate-field select,
-  .hextrapolate-field select:focus {
+  .hextrapolate-base select,
+  .hextrapolate-base select:focus {
     background: #eee;
     font-size: 16px;
   }
 
     background: #eee;
     font-size: 16px;
   }
 
+  .hextrapolate-base select {
+    margin-bottom: 8px;
+  }
+
   .hextrapolate-row {
     display: block;
   .hextrapolate-row {
     display: block;
+    min-height: 40px;
   }
 
   .hextrapolate-base {
   }
 
   .hextrapolate-base {