Skip to content

Commit

Permalink
Add margin-right and margin-left (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheela-svmx authored and Josh Sylvester committed Mar 5, 2019
1 parent fa68cbe commit ead9caf
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 12 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v3.2.7
==================
* Add margin right and margin left.

v3.2.6
==================
* Minor spell Check error.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "px-datetime-common",
"version": "3.2.6",
"version": "3.2.7",
"main": [
"px-datetime-common.html"
],
Expand Down
2 changes: 1 addition & 1 deletion css/px-datetime-entry-styles.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "px-datetime-common",
"author": "General Electric",
"description": "A Px component",
"version": "3.2.6",
"version": "3.2.7",
"private": false,
"extName": null,
"repository": {
Expand Down
11 changes: 2 additions & 9 deletions sass/px-datetime-entry.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,8 @@ $inuit-enable-btn--bare : true;
}
.dt-icon-button{
min-width: auto;
/*
These margins are for pages that are rendered from "Right-To-Left" or "Left-To-Right"
If the writing direction is left-to-right, this value overrides margin-left.
If the writing direction is right-to-left, this value overrides margin-right.
*/
-webkit-margin-start: .33333rem;
-moz-margin-start: .33333rem;
-webkit-margin-end: .33333rem;
-moz-margin-end: .33333rem;
margin-right: .33333rem;
margin-left: .33333rem;
}
.dt-icon-button:hover,
.dt-icon-button:focus {
Expand Down

0 comments on commit ead9caf

Please sign in to comment.