Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#417] Fixed form inputs width. #438

Closed
wants to merge 1 commit into from
Closed

Conversation

febdao
Copy link
Collaborator

@febdao febdao commented Dec 1, 2024

Fixed #417

Checklist before requesting a review

  • I have formatted the subject to include the issue number
    as [#123] Verb in past tense with a period at the end.
  • I have provided information in the Changed section about WHY something was
    done if this was a bespoke implementation.
  • I have performed a self-review of my code.
  • I have commented on my code, particularly in hard-to-understand areas.
  • I have added tests that prove my fix is effective or that my feature works.
  • I have run new and existing relevant tests locally with my changes,
    and they have passed.
  • I have provided screenshots, where applicable.

Changed

  1. Fixed width for form inputs: Date, Email, Password, Number, Tel, Time, Url, week, Other

Screenshots

Screenshot 2024-12-01 at 11 38 49 am
Screenshot 2024-12-01 at 11 38 43 am
Screenshot 2024-12-01 at 11 38 37 am
Screenshot 2024-12-01 at 11 38 29 am
Screenshot 2024-12-01 at 11 38 24 am
Screenshot 2024-12-01 at 11 38 10 am
Screenshot 2024-12-01 at 11 38 01 am
Screenshot 2024-12-01 at 11 37 54 am
Screenshot 2024-12-01 at 11 37 49 am

@febdao febdao added the PR: Needs review Pull request needs a review from assigned developers label Dec 1, 2024
@febdao febdao requested a review from richardgaunt December 1, 2024 01:02
@febdao febdao self-assigned this Dec 1, 2024
Copy link

github-actions bot commented Dec 1, 2024

@github-actions github-actions bot temporarily deployed to pull request December 1, 2024 01:06 Inactive
Copy link

codecov bot commented Dec 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 13.75%. Comparing base (111194f) to head (bed2c05).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #438   +/-   ##
=======================================
  Coverage   13.75%   13.75%           
=======================================
  Files          27       27           
  Lines        1301     1301           
  Branches      308      308           
=======================================
  Hits          179      179           
  Misses        904      904           
  Partials      218      218           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@alan-cole
Copy link
Collaborator

Thanks @febdao - there's already a PR in review that fixes this issue. Please see:

https://github.com/civictheme/uikit/pull/431/files#diff-006b1ea2ede4f6bf30049ee1b88532b56125346ec17317332a4b0cda242ac1b8R26

I think we can close this as a duplicate, becuase #431 has a number of other required fixes as well.

@richardgaunt
Copy link
Collaborator

#431 Incorporates this fix thanks @febdao

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: Needs review Pull request needs a review from assigned developers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for textfield style form elements - date, email, password, tel, search, number, time, url, week
3 participants