We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 114f284 commit 0935425Copy full SHA for 0935425
src/GEOComp.tsx
@@ -310,7 +310,7 @@ var GEOComp = (function () {
310
311
//Create the container for the component
312
return (
313
- <div ref={conRef} className={styles.wrapper}
+ <div ref={conRef} className="geowrapper"
314
style={{
315
backgroundColor: `${props.styles.backgroundColor}`,
316
borderColor: `${props.styles.border}`,
src/styles.module.css
@@ -1,9 +1,10 @@
1
-.wrapper {
2
- padding: 5px;
+.geowrapper {
+ padding: 3px;
3
+ margin: 0px;
4
display: flex;
5
justify-content: center;
6
align-items: center;
7
/* height: 100%; */
8
border: 1px solid #dddddd;
9
background-color: white;
-}
10
+}
0 commit comments