Skip to content

Commit

Permalink
EDSC-4421 PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
dpesall committed Feb 28, 2025
1 parent a04bdfc commit 4439c1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const SubscriptionsListTable = ({
{moment.utc(revisionDate).format('YYYY-MM-DD HH:mm:ss')}
</td>
<td className="subscriptions-list-table__actions">
<div>
<div className="actions-container">
<OverlayTrigger
placement="top"
overlay={
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@

&__actions {
text-align: center;
div {

.actions-container {
display: flex;
align-items: center;
justify-content: center;
Expand Down

0 comments on commit 4439c1f

Please sign in to comment.