Skip to content

Commit 8402155

Browse files
committed
style: update modal footer alignment and width
1 parent f047f6d commit 8402155

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: frontend/js/src/common/listens/MBIDMappingModal.tsx

+4-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,10 @@ export default NiceModal.create(({ listenToMap }: MBIDMappingModalProps) => {
242242
</div>
243243
)}
244244
</div>
245-
<div className="modal-footer" style={{ textAlign: "left" }}>
245+
<div
246+
className="modal-footer"
247+
style={{ textAlign: "left", width: "100%" }}
248+
>
246249
<div
247250
className="mb-10"
248251
style={{

0 commit comments

Comments
 (0)