Skip to content

Commit

Permalink
fix: Updating the CSS to place the meatball icon in the correct place…
Browse files Browse the repository at this point in the history
… for Application Card (#36112)

## Description

Updating the CSS to place the meatball icon in the correct place for
Application Card

Fixes [#36084 ](#36084)

## Automation

/ok-to-test tags="@tag.Sanity"

### 🔍 Cypress test results
<!-- This is an auto-generated comment: Cypress test results  -->
> [!TIP]
> 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
> Workflow run:
<https://github.com/appsmithorg/appsmith/actions/runs/10697709457>
> Commit: 8750fd8
> <a
href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=10697709457&attempt=2"
target="_blank">Cypress dashboard</a>.
> Tags: `@tag.Sanity`
> Spec:
> <hr>Wed, 04 Sep 2024 08:41:00 UTC
<!-- end of auto-generated comment: Cypress test results  -->


## Communication
Should the DevRel and Marketing teams inform users about this change?
- [ ] Yes
- [ ] No


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Enhanced the layout of the Card component's footer for a more balanced
appearance.

- **Style**
- Introduced a new CSS property to improve spacing between elements in
the CardFooter.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
ankitakinger committed Sep 4, 2024
1 parent 2a6885a commit 50bbc49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/client/src/components/common/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ const CardFooter = styled.div`
display: flex;
align-items: center;
margin: 4px 0 0 0;
justify-content: space-between;
width: ${(props) => props.theme.card.minWidth}px;
@media screen and (min-width: 1500px) {
Expand Down

0 comments on commit 50bbc49

Please sign in to comment.