diff --git a/VERSION b/VERSION index dc3829f..6b9255c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.9.1 +6.9.2 diff --git a/play-life-web/package.json b/play-life-web/package.json index d58d704..d1e2a4b 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "6.9.1", + "version": "6.9.2", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/components/TaskForm.css b/play-life-web/src/components/TaskForm.css index 6964200..4eb991a 100644 --- a/play-life-web/src/components/TaskForm.css +++ b/play-life-web/src/components/TaskForm.css @@ -500,20 +500,27 @@ .test-dictionaries-list { display: flex; flex-direction: column; - gap: 0.5rem; + gap: 0; max-height: 200px; overflow-y: auto; - padding: 0.5rem; + padding: 0.5rem 0.25rem; background: white; border: 1px solid #d1d5db; border-radius: 0.375rem; } -.test-dictionary-item { +.test-dictionaries-list > div { + margin: 0; + padding: 0; +} + +label.test-dictionary-item, +.form-group label.test-dictionary-item { display: flex; align-items: center; - gap: 0.5rem; - padding: 0.25rem 0.5rem; + gap: 0.25rem; + padding: 0.4rem 0.5rem; + margin-bottom: 0; border-radius: 0.25rem; cursor: pointer; transition: background-color 0.2s; @@ -532,9 +539,9 @@ } .test-dictionary-name { - flex: 1; font-weight: 500; color: #374151; + line-height: 18px; } .test-dictionary-count {