Skip to content

Commit

Permalink
[PLAT-14737]Missing/incorrect universe status loader positions on das…
Browse files Browse the repository at this point in the history
…hboard page

Summary: Fixed position

Test Plan: tested manually

Reviewers: lsangappa

Reviewed By: lsangappa

Subscribers: yugaware

Differential Revision: https://phorge.dev.yugabyte.com/D36802
  • Loading branch information
haikarthikssk committed Jul 24, 2024
1 parent e37d791 commit 0e17c97
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,8 @@
}

.status-pending-display-container {
display: flex;
align-items: baseline;
width: 280px;
display: inline-block;
color: colors.$YB_ORANGE;
float: right;

.yb-loader-circle {
margin: 0;
Expand Down

0 comments on commit 0e17c97

Please sign in to comment.