feat(KB-144): add mobile-safe planning mode text inputs
- Set planning mode text inputs to 16px font size to prevent iOS auto-zoom on focus - Update TaskDetailModal component with mobile-safe input styling - Add CSS styles for mobile-safe planning mode inputs - Add unit tests for mobile planning input font size behavior - Document mobile-safe planning mode input behavior and rationale
This commit is contained in:
@@ -6911,6 +6911,11 @@ html .column.drag-over * {
|
||||
.planning-dep-title {
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
/* Prevent mobile zoom on focus for planning text inputs (16px minimum) */
|
||||
.planning-textarea {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
/* ============================================================
|
||||
|
||||
Reference in New Issue
Block a user