Skip to content

Commit 0935425

Browse files
committed
fix: style
1 parent 114f284 commit 0935425

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/GEOComp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ var GEOComp = (function () {
310310

311311
//Create the container for the component
312312
return (
313-
<div ref={conRef} className={styles.wrapper}
313+
<div ref={conRef} className="geowrapper"
314314
style={{
315315
backgroundColor: `${props.styles.backgroundColor}`,
316316
borderColor: `${props.styles.border}`,

src/styles.module.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
.wrapper {
2-
padding: 5px;
1+
.geowrapper {
2+
padding: 3px;
3+
margin: 0px;
34
display: flex;
45
justify-content: center;
56
align-items: center;
67
/* height: 100%; */
78
border: 1px solid #dddddd;
89
background-color: white;
9-
}
10+
}

0 commit comments

Comments
 (0)