Skip to content

Commit

Permalink
RavenDB-22476 Fix missing space for Status in Index Progress Tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszbartosik authored and arekpalinski committed Jun 25, 2024
1 parent 286b05b commit da80ca5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export function IndexProgressTooltip(props: IndexProgressTooltipProps) {
</LocationSpecificDetailsItem>
) : (
<LocationSpecificDetailsItem className="status">
<Icon icon="check" margin="m-0" /> Up to date
<Icon icon="check" margin="me-sm-1" /> Up to date
</LocationSpecificDetailsItem>
)}
</LocationSpecificDetailsItemsContainer>
Expand Down

0 comments on commit da80ca5

Please sign in to comment.