Skip to content

Commit

Permalink
ratio bootstrap fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jalowe13 committed Dec 5, 2024
1 parent 84d30e5 commit 2aafdfb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const DataFilesPreviewModal = () => {
<NiiVue imageUrl={href} fileName={params.path}></NiiVue>
)}
{previewUsingHref && !previewUsingBrainmap && (
<div className="embed-responsive embed-responsive-4by3">
<div className="ratio ratio-4x3">
<iframe
title="preview"
frameBorder="0"
Expand Down

0 comments on commit 2aafdfb

Please sign in to comment.