Skip to content

Fix: Inconsistent padding between date picker and time picker in Hello theme [TMZ-1036]#631

Merged
ManorHazaz merged 1 commit into
mainfrom
TMZ-1036
May 18, 2026
Merged

Fix: Inconsistent padding between date picker and time picker in Hello theme [TMZ-1036]#631
ManorHazaz merged 1 commit into
mainfrom
TMZ-1036

Conversation

@ManorHazaz
Copy link
Copy Markdown
Contributor

@ManorHazaz ManorHazaz commented May 18, 2026

✨ PR Description

1. Problem & Context

Date picker and time picker had inconsistent padding in Hello theme. Adding input[type="time"] to the shared form reset styles ensures uniform styling across both picker types.

2. What Changed (Where)

dev/scss/reset/_forms.scss: Added input[type="time"] selector to the grouped input styling rule alongside existing date/text/email/number inputs.

3. How It Works

The time input selector now inherits the same line-height: 1.5 and margin: 0 reset styles as the date picker, eliminating visual discrepancies.

4. Risks

None. Selector addition to reset styles is safe and isolated.

Generated by LinearB AI and added by gitStream.
AI-generated content may contain inaccuracies. Please verify before using.
💡 Tip: You can customize your AI Description using Guidelines Learn how

@ManorHazaz ManorHazaz merged commit 9bd00b5 into main May 18, 2026
23 checks passed
@ManorHazaz ManorHazaz deleted the TMZ-1036 branch May 18, 2026 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants