Skip to content

Commit 57a27a0

Browse files
Update src/routes/(console)/organization-[organization]/domains/domain-[domain]/createRecordModal.svelte
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 0dd8cff commit 57a27a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/(console)/organization-[organization]/domains/domain-[domain]/createRecordModal.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<InputNumber id="ttl" label="TTL" placeholder="Enter number" bind:value={ttl}>
112112
<Tooltip slot="info">
113113
<Icon icon={IconInfo} size="s" />
114-
<div style="white-space: pre-line;" slot="tooltip">
114+
<div style={BODY_TOOLTIP_WRAPPER_STYLE_PRELINE} slot="tooltip">
115115
TTL defines how long DNS information is cached. Lower values update faster;
116116
higher values reduce server load.
117117
</div>

0 commit comments

Comments
 (0)