Skip to content

Commit 1716f04

Browse files
authored
fix(timepickerselect): descender text cut off on chrome & safari (#10195)
* fix(timepickerselect): descender text cut off on chrome * docs(contributors): add my user to contributors
1 parent 162a5a8 commit 1716f04

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -839,6 +839,15 @@
839839
"code",
840840
"doc"
841841
]
842+
},
843+
{
844+
"login": "Kman316",
845+
"name": "Cathal Kenneally",
846+
"avatar_url": "https://avatars.githubusercontent.com/u/25666525?v=4",
847+
"profile": "https://github.com/Kman316",
848+
"contributions": [
849+
"code"
850+
]
842851
}
843852
],
844853
"commitConvention": "none"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ check out our [Contributing Guide](/.github/CONTRIBUTING.md) and our
193193
</tr>
194194
<tr>
195195
<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>
196+
<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>
196197
</tr>
197198
</table>
198199

packages/components/src/components/time-picker/_time-picker.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
min-width: auto;
4343
padding-right: rem(48px);
4444
margin: 0;
45-
line-height: 1;
4645
}
4746

4847
.#{$prefix}--time-picker__input-field {

0 commit comments

Comments
 (0)