Skip to content

Commit

Permalink
UI Fixes for languages with larger texts
Browse files Browse the repository at this point in the history
  • Loading branch information
PavlosIsaris committed Jan 27, 2025
1 parent 2425247 commit e90ef06
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "laravel-cookies-consent",
"version": "2.0.6",
"version": "2.0.7",
"description": "<p align=\"center\"> <img src=\"logo.jpg\" alt=\"logo\" width=\"400\"> </p>",
"main": "index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion public/cookies-consent.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion resources/scss/cookies-consent.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,12 @@
vertical-align: middle;
cursor: pointer;
user-select: none;
border: 1px solid transparent;
border: 1px solid #212529;
padding: 0.425rem 0.1rem;
font-size: 95%;
border-radius: $border-radius;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
white-space: nowrap;
}

.btn-light {
Expand Down

0 comments on commit e90ef06

Please sign in to comment.