Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Patch Button by removing default margin (#45)
Browse files Browse the repository at this point in the history
* Remove default margin

* Add patch description to CHANGELOG

* Bump patch number
  • Loading branch information
Steve Dixon authored Mar 24, 2017
1 parent cc7fa9d commit 7b3fcc7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions Button/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

.button {
display: inline-block;
margin: 0;
padding: 0.5rem 2rem;
font-family: var(--font-family);
font-size: 0.75rem;
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.4.3 (March 24, 2017)

- Set `Button`'s `margin` property to `0`

## 0.4.3 (March 21, 2017)

- Update `MultipleImages` to have a `rounded` flag to set a border-radius on itself
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bufferapp/components",
"version": "0.4.3",
"version": "0.4.4",
"description": "A shared set of UI Components",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7b3fcc7

Please sign in to comment.