Browse Source

Changed both the padding and line height to even styling of the dialog buttons

cameronoelsen 8 years ago
parent
commit
d5d2e971ea
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/dialog/index.css

+ 2 - 2
src/dialog/index.css

@@ -90,8 +90,8 @@
   font-size: var(--jp-ui-font-size1);
   border: none;
   text-transform: uppercase;
-  line-height: 28px;
-  padding: 0px 12px;
+  line-height: 32px;
+  padding: 0px 16px;
   letter-spacing: .4px;
 }