Skip to content

Commit

Permalink
Card Container: remove unwanted edge rounding
Browse files Browse the repository at this point in the history
[Issue] #1521
[Problem] HomaApp: Container for unwanted edge rounding
[Solution]
 - remove border radious from scrollview-clip inside card content

Signed-off-by: Tomasz Lukawski <t.lukawski@samsung.com>
  • Loading branch information
TomaszLukawskiSam authored and singa2000 committed Nov 30, 2020
1 parent 55d0b53 commit beab2ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/css/profile/mobile/common/card.less
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
font-size: 18 * @sp_base;
.font(medium);
}
&.ui-scrollview-clip {
border-radius: 0;
}
}
}

Expand Down

0 comments on commit beab2ac

Please sign in to comment.