Skip to content

Commit

Permalink
fix(timepickerselect): descender text cut off on chrome & safari (#10195
Browse files Browse the repository at this point in the history
)

* fix(timepickerselect): descender text cut off on chrome

* docs(contributors): add my user to contributors
  • Loading branch information
Kman316 authored Dec 3, 2021
1 parent 162a5a8 commit 1716f04
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -839,6 +839,15 @@
"code",
"doc"
]
},
{
"login": "Kman316",
"name": "Cathal Kenneally",
"avatar_url": "https://avatars.githubusercontent.com/u/25666525?v=4",
"profile": "https://github.com/Kman316",
"contributions": [
"code"
]
}
],
"commitConvention": "none"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ check out our [Contributing Guide](/.github/CONTRIBUTING.md) and our
</tr>
<tr>
<td align="center"><a href="https://github.com/motou"><img src="https://avatars.githubusercontent.com/u/1215956?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Zhen Wang</b></sub></a><br /><a href="https://github.com/carbon-design-system/carbon/commits?author=motou" title="Code">💻</a> <a href="https://github.com/carbon-design-system/carbon/commits?author=motou" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/Kman316"><img src="https://avatars.githubusercontent.com/u/25666525?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Cathal Kenneally</b></sub></a><br /><a href="https://github.com/carbon-design-system/carbon/commits?author=Kman316" title="Code">💻</a></td>
</tr>
</table>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
min-width: auto;
padding-right: rem(48px);
margin: 0;
line-height: 1;
}

.#{$prefix}--time-picker__input-field {
Expand Down

0 comments on commit 1716f04

Please sign in to comment.