change(ui) - padding in meta and webhooks

This commit is contained in:
Shekar Siri 2022-08-24 17:11:10 +02:00
parent 3809ec4ed6
commit e66c8eb69f
2 changed files with 2 additions and 2 deletions

View file

@ -73,7 +73,7 @@ function CustomFields(props) {
</div>
<Button variant="primary" onClick={() => init()}>Add</Button>
</div>
<div className="text-base text-disabled-text flex px-5 items-center mt-3">
<div className="text-base text-disabled-text flex px-5 items-center my-3">
<Icon name="info-circle-fill" className="mr-2" size={16} />
See additonal user information in sessions.
<a href="https://docs.openreplay.com/installation/metadata" className="link ml-1" target="_blank">Learn more</a>

View file

@ -49,7 +49,7 @@ function Webhooks(props) {
<Button variant="primary" onClick={() => init()}>Add</Button>
</div>
<div className="text-base text-disabled-text flex items-center mt-3 px-5">
<div className="text-base text-disabled-text flex items-center my-3 px-5">
<Icon name="info-circle-fill" className="mr-2" size={16} />
Leverage webhooks to push OpenReplay data to other systems.
</div>