We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f7f9d9 commit 4271437Copy full SHA for 4271437
packages/compass-connections-navigation/src/with-status-marker.tsx
@@ -106,8 +106,9 @@ const withStatusMarkerStyles = css({
106
const withStatusMarkerMarkerStyles = css({
107
position: 'absolute',
108
display: 'flex',
109
- right: `-${spacing[50]}px`,
110
- bottom: `-${spacing[50]}px`,
+ // Shows the marker in the bottom right corner of the parent element
+ right: '0px',
111
+ bottom: '0px',
112
});
113
114
export function WithStatusMarker({
0 commit comments