Skip to content

Commit

Permalink
[CAMP-1982] Mobile Issue Fix for Addon Input and Updated the Class Fr…
Browse files Browse the repository at this point in the history
…om ClassName in Growl
  • Loading branch information
PrashantKIsHere committed Jan 20, 2020
1 parent 55e3da7 commit 59d6e73
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/components/lib/Growl.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Growl = ({ className, id, isError, children, onClick }) => (
className={mods('growl-msg', {}, isError && 'growl-msg--error', className)}
>
<div className="growl-msg__text">{children}</div>
<a class="growl-msg__close-btn" onClick={onClick}>
<a className="growl-msg__close-btn" onClick={onClick}>
<Icon className="growl-msg__close-btn" name="close" />
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@campgladiator/components",
"version": "1.0.12",
"version": "1.0.13",
"description": "A component library for CampGladiator's React apps",
"author": "renanpvaz <renan.piresvz@gmail.com>",
"homepage": "https://github.com/CampGladiator/ui/tree/master/packages/components#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@campgladiator/ui",
"version": "2.0.1",
"version": "2.0.2",
"description": "Sass implementation of CampGladiator's Design System",
"style": "build/main.css",
"sass": "main.sass",
Expand Down
4 changes: 0 additions & 4 deletions packages/ui/sass/components/inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ $input-border: 2px solid #ccc;

&--inline {
flex-direction: row;

@include breakpoint(phone-only) {
flex-direction: column;
}
}

&--inline .label {
Expand Down

0 comments on commit 59d6e73

Please sign in to comment.