Skip to content

Commit

Permalink
Fix My Account description height
Browse files Browse the repository at this point in the history
  • Loading branch information
NipuniBhagya committed Oct 26, 2023
1 parent 4dd5b25 commit bfa8e11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export const SettingsSection: FunctionComponent<PropsWithChildren<SettingsSectio
}
{ header }
</Header>
<Card.Meta className="description">{ description }</Card.Meta>
<Card.Meta className="settings-description">{ description }</Card.Meta>
</Grid.Column>
{
connectorEnabled !== undefined
Expand Down
4 changes: 2 additions & 2 deletions modules/theme/src/themes/default/views/card.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
white-space: normal;
}
}
.description {
.settings-description {
height: 62px;
display: -webkit-box;
-webkit-line-clamp: 2;
Expand Down Expand Up @@ -265,7 +265,7 @@
Basic Card Variation
------------------------------*/

.ui.card {
.ui.card {
&.basic-card {
transition: @basicCardTransition;
box-shadow: none;
Expand Down

0 comments on commit bfa8e11

Please sign in to comment.