From b26ce7a4ed85994922c900eea7b0e4fc672d60a4 Mon Sep 17 00:00:00 2001 From: Wrycu Date: Tue, 21 May 2024 15:04:15 -0700 Subject: [PATCH 1/2] fix(datapad): correct bounty CSS * fixes paragraph CSS within the bounty datapad, since Foundry adds paragraphs to table elements (which I assume is new since this was written) #183 --- styles/datapads.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/styles/datapads.css b/styles/datapads.css index 25c6b18..99a8f4a 100644 --- a/styles/datapads.css +++ b/styles/datapads.css @@ -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; From 19ca2793d084e71aa919fd1cdb69d9fd3f2f9619 Mon Sep 17 00:00:00 2001 From: Wrycu Date: Tue, 21 May 2024 15:05:55 -0700 Subject: [PATCH 2/2] fix(datapad): correct bounty CSS * update changelog #183 --- release-notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/release-notes.md b/release-notes.md index 84e5785..ef8944a 100644 --- a/release-notes.md +++ b/release-notes.md @@ -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