make button a tad smaller

This commit is contained in:
Alec Armbruster 2023-06-14 16:45:56 -04:00
parent d75e4365c4
commit 44e45bb84d
No known key found for this signature in database
GPG key ID: 0BE3206ADE0F3B3B

View file

@ -272,7 +272,7 @@ export class PostForm extends Component<PostFormProps, PostFormState> {
)}
{this.state.imageDeleteUrl && (
<button
className="btn btn-danger mt-2"
className="btn btn-danger btn-sm mt-2"
onClick={linkEvent(this, this.handleImageDelete)}
aria-label={i18n.t("delete")}
data-tippy-content={i18n.t("delete")}