Skip to content

Commit

Permalink
minor adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
meetulr committed Oct 27, 2024
1 parent e42b8fe commit ab3310a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/screens/ManageTag/ManageTag.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ function ManageTag(): JSX.Element {

<Row className="mb-4">
<Col xs={9}>
<div className="bg-white light border border-bottom-0 rounded-top mb-0 py-2 d-flex align-items-center">
<div className="bg-white light border rounded-top mb-0 py-2 d-flex align-items-center">
<div className="ms-3 my-1">
<IconComponent name="Tag" />
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/screens/OrganizationTags/OrganizationTags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ function OrganizationTags(): JSX.Element {
</div>

<div className="mb-4">
<div className="bg-white light border border-bottom-0 rounded-top mb-0 py-2 d-flex align-items-center">
<div className="bg-white border light rounded-top mb-0 py-2 d-flex align-items-center">
<div className="ms-3 my-1">
<IconComponent name="Tag" />
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/screens/SubTags/SubTags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ function SubTags(): JSX.Element {
</div>

<div className="mb-4">
<div className="bg-white light border border-bottom-0 rounded-top mb-0 py-2 d-flex align-items-center">
<div className="bg-white light border rounded-top mb-0 py-2 d-flex align-items-center">
<div className="ms-3 my-1">
<IconComponent name="Tag" />
</div>
Expand Down

0 comments on commit ab3310a

Please sign in to comment.