Skip to content
This repository has been archived by the owner on Sep 11, 2018. It is now read-only.

Commit

Permalink
Merge pull request #17 from BrightspaceUI/fix_position
Browse files Browse the repository at this point in the history
Set position of input to relative
  • Loading branch information
mdulat authored Aug 2, 2018
2 parents 5e082ba + 36e6429 commit 9f20efd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions d2l-text-input.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
}

input {
position: relative;
font-family: inherit;
@apply --d2l-input;
}
Expand Down
6 changes: 3 additions & 3 deletions wct.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
"browsers": [
{
"browserName": "chrome",
"platform": "OS X 10.12",
"platform": "OS X 10.13",
"version": ""
},
{
"browserName": "firefox",
"platform": "OS X 10.12",
"platform": "OS X 10.13",
"version": ""
},
{
"browserName": "safari",
"platform": "OS X 10.12",
"platform": "OS X 10.13",
"version": ""
},
{
Expand Down

0 comments on commit 9f20efd

Please sign in to comment.