Fix color palate flex direction

This commit is contained in:
trading_peter 2025-02-03 18:12:26 +01:00
parent 1f2c241600
commit 1dd10a2044
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@tp/tp-color-picker", "name": "@tp/tp-color-picker",
"version": "1.0.0", "version": "1.0.1",
"description": "", "description": "",
"main": "tp-color-picker.js", "main": "tp-color-picker.js",
"scripts": { "scripts": {

View File

@ -31,6 +31,7 @@ class TpColorPicker extends FormElement(DomQuery(LitElement)) {
.wrap { .wrap {
display: flex; display: flex;
flex-direction: column;
flex-wrap: wrap; flex-wrap: wrap;
height: 200px; height: 200px;
width: 360px; width: 360px;