Browse Source

Set button height

Volodymyr Tkach 2 years ago
parent
commit
a8a98d0cef
1 changed files with 1 additions and 0 deletions
  1. 1 0
      css/controls/button/button.css

+ 1 - 0
css/controls/button/button.css

@@ -5,6 +5,7 @@
 	display: inline-block;
 	font-size: 16px;
 	font-weight: 400;
+	height: 38px;
 	line-height: 1.5;
 	padding: 6px 12px;
 	text-align: center;