Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
fix(client): test view toolbar align
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Dec 18, 2021
1 parent b7ee791 commit 8fe4c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/peeky-client/src/features/test/TestView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ mutation openInEditor ($id: ID!, $line: Int!, $col: Int!) {
/>
</div>

<div class="flex items-center space-x-2 h-10 px-3 flex-none">
<div class="flex items-center space-x-2 h-10 px-4 flex-none">
<StatusIcon
:status="test.status"
class="flex-none"
Expand Down

0 comments on commit 8fe4c35

Please sign in to comment.