Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
- Fixed alignment issue.
  • Loading branch information
kethinov committed Jun 13, 2023
1 parent fc74f50 commit c395884
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

- Put your changes here...

## 3.0.1

- Fixed alignment issue.

## 3.0.0

- Removed defualt two column layout. Now defaults to as many columns as the container is wide.
Expand Down
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": "semantic-forms",
"description": "Semantic Forms",
"author": "Eric Newport <[email protected]>",
"version": "3.0.0",
"version": "3.0.1",
"files": [
"semanticForms.css",
"semanticForms.js",
Expand Down
4 changes: 1 addition & 3 deletions semanticForms.css
Original file line number Diff line number Diff line change
Expand Up @@ -307,11 +307,9 @@
}
@media (min-width: 700px) {
.semanticForms .floatLabelForm {
margin: 0;
margin: 0 -10px;
width: auto;
text-align: left;
position: relative;
left: -10px;
}
.semanticForms fieldset {
text-align: left;
Expand Down
4 changes: 1 addition & 3 deletions semanticFormsNoImages.css
Original file line number Diff line number Diff line change
Expand Up @@ -307,11 +307,9 @@
}
@media (min-width: 700px) {
.semanticForms .floatLabelForm {
margin: 0;
margin: 0 -10px;
width: auto;
text-align: left;
position: relative;
left: -10px;
}
.semanticForms fieldset {
text-align: left;
Expand Down
4 changes: 1 addition & 3 deletions semanticFormsNoImages.less
Original file line number Diff line number Diff line change
Expand Up @@ -379,11 +379,9 @@
// side-by-side pattern on large screens
@media (min-width: 700px) {
.floatLabelForm {
margin: 0;
margin: 0 -10px;
width: auto;
text-align: left;
position: relative;
left: -10px;
}

fieldset {
Expand Down

0 comments on commit c395884

Please sign in to comment.