Skip to content

Commit

Permalink
1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Rias committed Jul 30, 2018
1 parent 1f2d4b3 commit 4e391c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## 1.0.6 - 2018-07-30
### Changed
- Improve active state

## 1.0.5 - 2018-05-21
### Fixes
- Icons now wrap when constrained
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rias/craft-width-fieldtype",
"description": "Let users choose from predefined widths",
"type": "craft-plugin",
"version": "1.0.5",
"version": "1.0.6",
"keywords": [
"craft",
"cms",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.btn.width-button {
padding: 5px;
padding: 8px;
width: 50px;
height: 50px;
}
Expand Down

0 comments on commit 4e391c2

Please sign in to comment.