fix: Position label over the progress bar

This commit is contained in:
Bouncey
2018-12-01 11:21:01 +00:00
committed by mrugesh mohapatra
parent f4d1f9eec3
commit 5dc8320dc8
2 changed files with 5 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ import { Button, ProgressBar } from '@freecodecamp/react-bootstrap';
import { commaNumber } from '../utils';
import FullWidthRow from '../components/helpers/FullWidthRow';
import Spacer from '../components/helpers/Spacer';
import './supporters.css';
@@ -28,6 +29,7 @@ function Supporters({ isDonating, activeDonations }) {
</div>
</div>
</FullWidthRow>
<Spacer />
<FullWidthRow>
<b>
<p>

View File

@@ -11,4 +11,7 @@
text-align: left;
padding-left: 10px;
margin-bottom: 25px;
position: absolute;
top: 0;
margin-top: 9px;
}