diff options
author | Vitaly Takmazov | 2018-12-06 15:38:07 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:54 +0300 |
commit | 17ab73123ce11132e2aee7ac78f4f1b5350e0a2d (patch) | |
tree | 4a23fca3fe4febb8710f359ec5d8d90bb5383e63 /vnext/src/components/Button.css | |
parent | 011b8df08e9319944210d62a75b11fa9f62df236 (diff) |
IE layout fixes
Diffstat (limited to 'vnext/src/components/Button.css')
-rw-r--r-- | vnext/src/components/Button.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vnext/src/components/Button.css b/vnext/src/components/Button.css index 85e3f061..85c9e652 100644 --- a/vnext/src/components/Button.css +++ b/vnext/src/components/Button.css @@ -1,10 +1,9 @@ .Button { background: #fff; - font-size: 12px; border: 1px solid #eee; color: #888; cursor: pointer; display: inline-block; margin: 5px; - padding: 2px 10px; + padding: 4px 10px; }
\ No newline at end of file |