Skip to content

Commit

Permalink
chore: Trigger GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiomkar committed Oct 17, 2019
1 parent 8817378 commit 774ad4f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,13 @@ jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- name: Checkout develop branch
uses: actions/checkout@v1
with:
ref: develop
fetch-depth: 1
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: 10
registry-url: https://registry.npmjs.org/
Expand Down
2 changes: 1 addition & 1 deletion packages/mdc-textfield/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@

// Target only dense text field.
@if $height <= 40px {
// Target only IE 11
// Target only IE 11.
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.mdc-text-field__input {
// Set line-height to the height of input element excluding padding & border.
Expand Down

0 comments on commit 774ad4f

Please sign in to comment.