Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Fix line height of select input to avoid cutting text with browser zo…
Browse files Browse the repository at this point in the history
…om (#62)

* Update line-height of SelectInput select fields

* Update to v6.0.5
  • Loading branch information
PatoBeltran authored Feb 19, 2019
1 parent 646531b commit 2338fa3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v6.0.5
### Fixed
- BUG 3870819: [Select Input] Text in select field should not be cut off with browser zoom.

## v6.0.4
### Fixed
- Handling the error during the download of the thumbnail. Instead to show the broken images symbol, fallback to the default user-icon.
Expand Down
1 change: 1 addition & 0 deletions lib/components/Input/SelectInput.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ $line-height: 4*$grid-size;
@include md-box();
width: 100%;
height: $input-height;
line-height: $input-height;
padding: 0 6*$grid-size 0 3*$grid-size;
outline: none;
-webkit-appearance: none;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/azure-iot-ux-fluent-controls",
"version": "6.0.4",
"version": "6.0.5",
"description": "Azure IoT UX Fluent Controls",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit 2338fa3

Please sign in to comment.