fix: Position label over the progress bar
This commit is contained in:
committed by
mrugesh mohapatra
parent
f4d1f9eec3
commit
5dc8320dc8
@@ -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>
|
||||
|
@@ -11,4 +11,7 @@
|
||||
text-align: left;
|
||||
padding-left: 10px;
|
||||
margin-bottom: 25px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
margin-top: 9px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user