Skip to content

Commit

Permalink
Merge pull request #192 from wrycu/datapad_183
Browse files Browse the repository at this point in the history
fix(datapad): correct bounty CSS
  • Loading branch information
wrycu authored May 21, 2024
2 parents a71d3f2 + 19ca279 commit d2695f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
`2.1.0` - ?

- COMPATABILITY: Module updated to work with FoundryVTT v12
- FIX: Correct Bounty CSS datapad breaking after editing

`2.0.6` - 2024-04-06

Expand Down
6 changes: 6 additions & 0 deletions styles/datapads.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@
font-size: 16px;
}

.swdatapad-wanted table p {
font-size: 14px;
margin-bottom: initial;
margin-top: initial;
}

.swdatapad-wanted p {
font-size: 14px;
margin-bottom: 1em;
Expand Down

0 comments on commit d2695f8

Please sign in to comment.