6.11.2: Фикс стилей блока особенностей задачи
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m5s

This commit is contained in:
poignatov
2026-03-11 09:14:07 +03:00
parent 25f193a061
commit ac1f6c3a47
4 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "play-life-web",
"version": "6.11.1",
"version": "6.11.2",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -538,7 +538,7 @@
.test-field-group {
display: flex;
flex-direction: column;
gap: 0.25rem;
gap: 0;
}
.test-field-group label {

View File

@@ -1096,7 +1096,7 @@ function TaskForm({ onNavigate, taskId, wishlistId, returnTo, returnWishlistId }
<div className="task-type-content">
<div className="test-config-fields">
<div className="test-field-group">
<label htmlFor="words_count">Количество слов *</label>
<label htmlFor="words_count">Количество слов</label>
<input
id="words_count"
type="number"
@@ -1121,7 +1121,7 @@ function TaskForm({ onNavigate, taskId, wishlistId, returnTo, returnWishlistId }
</div>
</div>
<div className="test-dictionaries-section">
<label>Словари *</label>
<label>Словари</label>
<div className="test-dictionaries-list">
{availableDictionaries.map(dict => (
<label key={dict.id} className="test-dictionary-item">
@@ -1153,8 +1153,8 @@ function TaskForm({ onNavigate, taskId, wishlistId, returnTo, returnWishlistId }
{/* Закупка */}
{isPurchase && (
<div className="task-type-content">
<div style={{ marginTop: '0.5rem' }}>
<label style={{ fontSize: '0.875rem', fontWeight: 500, color: '#374151', marginBottom: '0.5rem', display: 'block' }}>Доски и группы *</label>
<div>
<label style={{ fontSize: '0.875rem', fontWeight: 500, color: '#374151', marginBottom: '0.5rem', display: 'block' }}>Доски и группы</label>
<div className="test-dictionaries-list">
{availableBoards.map(board => (
<div key={board.id}>