We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66f8bca commit 7638a45Copy full SHA for 7638a45
2 files changed
src/covid-popover.js
@@ -25,7 +25,6 @@ class CovidPopover extends React.Component {
25
<OverlayTrigger
26
trigger="click"
27
placement="top"
28
- show={true}
29
overlay={
30
<Popover id="popover-basic" >
31
<PopoverTitle as="h3">{this.props.title}</PopoverTitle>
src/index.scss
@@ -316,15 +316,13 @@ lines of text may be wider than they appear
316
display: none;
317
@include tablet {
318
display: inline-block;
319
-
320
margin-top: 1vh;
321
margin-bottom: 2.5vh;
322
323
border-bottom-style: solid;
+ color: $blue;
324
325
font-size: 1rem;
326
font-weight: 400;
327
- color: $blue;
328
}
329
330
@include mobile {
0 commit comments