Skip to content

Commit

Permalink
fix(3000): fix various layout issues (#19297)
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsobrmlr authored Dec 13, 2023
1 parent b2dfd00 commit 236ac85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/scenes/actions/ActionEdit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export function ActionEdit({ action: loadedAction, id }: ActionEditLogicProps):
/>
)}
</Field>
<Field name="tags">
<Field name="tags" className="mt-2">
{({ value, onChange }) => (
<ObjectTags
tags={value ?? []}
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/scenes/instance/SystemStatus/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export function SystemStatus(): JSX.Element {
label: (
<>
Settings{' '}
<LemonTag type="warning" className="uppercase">
<LemonTag type="warning" className="uppercase ml-1">
Beta
</LemonTag>
</>
Expand All @@ -76,7 +76,7 @@ export function SystemStatus(): JSX.Element {
label: (
<>
Kafka Inspector{' '}
<LemonTag type="warning" className="uppercase">
<LemonTag type="warning" className="uppercase ml-1">
Beta
</LemonTag>
</>
Expand Down

0 comments on commit 236ac85

Please sign in to comment.