fix: Fix some Bootstrap 5 font classes
This commit is contained in:
parent
dd43827d67
commit
83ab9e4d8e
12 changed files with 27 additions and 30 deletions
|
@ -33,10 +33,7 @@ export class ImageUploadForm extends Component<
|
|||
render() {
|
||||
return (
|
||||
<form className="image-upload-form d-inline">
|
||||
<label
|
||||
htmlFor={this.id}
|
||||
className="pointer text-muted small font-weight-bold"
|
||||
>
|
||||
<label htmlFor={this.id} className="pointer text-muted small fw-bold">
|
||||
{this.props.imageSrc ? (
|
||||
<span className="d-inline-block position-relative">
|
||||
<img
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue