Skip to content

Commit

Permalink
(fix) O3-2713: Fix positioning of side rail action badges (#1599)
Browse files Browse the repository at this point in the history
* fix: fix side rail actions and badges off center

* Fix km.json
  • Loading branch information
usamaidrsk committed Jan 23, 2024
1 parent 24fa71c commit 5d608f8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
background-color: $danger;
padding: 0 4px;
border-radius: 50%;
top: -10px;
right: -10px;
top: -14px;
right: -12px;
}

.interruptedTag {
Expand Down

0 comments on commit 5d608f8

Please sign in to comment.