Skip to content

Commit

Permalink
add padding to radio group
Browse files Browse the repository at this point in the history
  • Loading branch information
pmpc94 committed Nov 10, 2023
1 parent bd8411a commit d9ea617
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

*
* Changed radio group `padding-left` and `padding-right` to 6px instead of 0px - [#644](https://github.com/ripe-tech/ripe-components-vue/issues/644)

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion vue/components/ui/molecules/radio-group/radio-group.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
font-size: 0px;
line-height: 13px;
outline: none;
padding: 10px 0px 10px 0px;
padding: 10px 6px 10px 6px;
user-select: none;
width: fit-content;
}
Expand Down

0 comments on commit d9ea617

Please sign in to comment.