Skip to content

Commit

Permalink
Add that min-height back in πŸ™ƒ
Browse files Browse the repository at this point in the history
  • Loading branch information
mmikkel committed Apr 1, 2024
1 parent d6b978a commit f226de3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ColorMate Changelog

## 2.2.3.1 - 2024-04-02
### Fixed
- Add that min-height back in πŸ™ƒ

## 2.2.3 - 2024-04-01
### Fixed
- Fixed a CSS bug in element indexes ([#19](https://github.com/vaersaagod/colormate/issues/19))
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vaersaagod/colormate",
"description": "Color me impressed, mate!",
"version": "2.2.3",
"version": "2.2.3.1",
"type": "craft-plugin",
"keywords": [
"craft",
Expand Down
2 changes: 1 addition & 1 deletion src/templates/field/_input.twig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<div class="colormate">
{% if presetConfig %}
<div id="{{ name ~ '-app' }}">
<div id="{{ name ~ '-app' }}" style="min-height: 34px;">
<color-mate-field
:base-input-id="baseInputId"
:preset-config="presetConfig"
Expand Down

0 comments on commit f226de3

Please sign in to comment.