Skip to content

Commit

Permalink
Esri#1063 - remove nowrap declaration from buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcpederson committed Feb 23, 2019
1 parent 8b8de3c commit 9049753
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [Unreleased]

### Fixes
- remove `nowrap` for buttons to fix responsive designs

## [1.2.4]

### Fixes
Expand Down Expand Up @@ -1423,6 +1428,7 @@ Begin foundational sass for the framework.
- CSS Reset
- Grunt Workflows

[Unreleased]: https://github.com/esri/calcite-web/compare/v1.2.4...master
[1.2.4]: https://github.com/esri/calcite-web/compare/v1.2.3...v1.2.4
[1.2.3]: https://github.com/esri/calcite-web/compare/v1.2.2...v1.2.3
[1.2.2]: https://github.com/esri/calcite-web/compare/v1.2.1...v1.2.2
Expand Down
1 change: 0 additions & 1 deletion lib/sass/calcite-web/components/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
@include box-sizing(border-box);
@include transition(all 0.05s linear);
cursor: pointer;
white-space: nowrap;
@include font-size(-1);
&:hover {
text-decoration: none;
Expand Down

0 comments on commit 9049753

Please sign in to comment.