-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix(Timeinput): input width for multi-character duration units #857
Conversation
### 6.3.7 (2022-09-26) | ||
|
||
- [835](https://github.com/influxdata/clockface/pull/840): Some Icons were rendering the wrong font files. This fixes it. | ||
- [844](https://github.com/influxdata/clockface/pull/844): Some Icons were rendering the wrong font files. This fixes it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wrong PR link earlier.
### 6.3.7 (2022-09-26) | ||
|
||
- [835](https://github.com/influxdata/clockface/pull/840): Some Icons were rendering the wrong font files. This fixes it. | ||
- [844](https://github.com/influxdata/clockface/pull/844): Some Icons were rendering the wrong font files. This fixes it. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing new line
const TIME_INPUT_DROPDOWN_SIZE = { | ||
xs: '60px', | ||
sm: '66px', | ||
sm: '100px', | ||
md: '70px', | ||
lg: '90px', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only thing I am concerned about is that sm
is now the biggest size.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was about to comment about it, this component isn't used anywhere so we never caught that the different component sizes were never used.
But now that I am in the component, let me just fix that.
Part of : #2815
Low risk, since that component isn't used anywhere in the UI. Just for my new feature.
Changes
// Describe what you changed
Screenshots
// Add screenshots here if relevant
Checklist
Check all that apply