Skip to content

Commit a863478

Browse files
committed
remove legacy end margin
1 parent 3926316 commit a863478

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

filterAnalyzer/modules/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ function TransformResults(props) {
192192

193193
var z = html`
194194
195-
<div className="row my-2 py-1 shadow-sm rounded bg-white me-2">
195+
<div className="row my-2 py-1 shadow-sm rounded bg-white">
196196
<div className="col">
197197
<div className="row text-center">
198198
<h3>${props.title} Transform</h3>

0 commit comments

Comments
 (0)