Skip to content

Commit d1d9895

Browse files
mhdostaldfeinzimer
andauthored
Update Sources/ArcGISToolkit/Components/Popups/HTMLTextView.swift
Co-authored-by: David Feinzimer <[email protected]>
1 parent 689c9ca commit d1d9895

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/ArcGISToolkit/Components/Popups/HTMLTextView.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ struct HTMLTextView: UIViewRepresentable {
4444
word-wrap:break-word; font-family:-apple-system; font:-apple-system-subheadline;
4545
}
4646
body {
47-
margin:10px; padding:0px;
47+
margin: 10px;
48+
padding:0px;
4849
background: var(--body-bg);
4950
color: var(--body-color);
5051
}

0 commit comments

Comments
 (0)