Skip to content

Commit

Permalink
fix word-break at address css container
Browse files Browse the repository at this point in the history
  • Loading branch information
madmatvey committed Jun 9, 2024
1 parent ecc18af commit b2c6514
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
jekyll-crypto-donations (0.1.3)
jekyll-crypto-donations (0.1.4)
jekyll (~> 4.3)

GEM
Expand Down
2 changes: 2 additions & 0 deletions assets/css/crypto-donations/crypto-donations.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
padding: 5px;
border-radius: 3px;
display: inline-block;
word-break: break-all;
word-wrap: break-word;
}

.jekyll-crypto-donations__crypto-buttons {
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll-crypto-donations/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Jekyll
module CryptoDonations
VERSION = "0.1.3"
VERSION = "0.1.4"
end
end

0 comments on commit b2c6514

Please sign in to comment.