change(ui) - padding in meta and webhooks
This commit is contained in:
parent
3809ec4ed6
commit
e66c8eb69f
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue