Skip to content

Commit

Permalink
Merge pull request #91 from perimetre/7.9.1
Browse files Browse the repository at this point in the history
fix: remove inside list style position and add padding to compensate …
  • Loading branch information
dgonzalez-perimetre authored Oct 6, 2022
2 parents 75c67ee + 567c82a commit d29fac9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

## [7.9.1] 2022-10-05

### Fixed

- Remove list style position inside on .prose styles

## [7.9.0] 2022-09-19

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@perimetre/ui",
"description": "A component library made by @perimetre",
"version": "7.9.0",
"version": "7.9.1",
"repository": {
"type": "git",
"url": "git+https://github.com/perimetre/ui.git"
Expand Down
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
ul {
margin: 0;
padding: 0;
@apply list-inside;
padding-left: 20px;
}
}
}
Expand Down

0 comments on commit d29fac9

Please sign in to comment.