Skip to content

Commit

Permalink
Merge pull request #780 from oneblink/ON-46016
Browse files Browse the repository at this point in the history
ON-46016 # set .ob-button min-width to 140px
  • Loading branch information
mymattcarroll authored Jan 22, 2025
2 parents 741c4a5 + e31b5b0 commit 3bb107a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- `.ob-button` css

## [7.1.0] - 2025-01-22

### Added
Expand Down
4 changes: 4 additions & 0 deletions src/styles/buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@
outline-offset: $size-9;
outline: $input-focus-border-color auto 3px;
}

.ob-button {
min-width: 140px;
}

0 comments on commit 3bb107a

Please sign in to comment.