Skip to content

Commit

Permalink
chore: deprecated styling updated
Browse files Browse the repository at this point in the history
  • Loading branch information
leangseu-edx authored and CodeWithEmad committed Sep 9, 2023
1 parent fdb0f63 commit 9691e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FilePreview/FileCard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@

@include media-breakpoint-down(sm) {
.file-card-title {
width: map-get($container-max-widths, "sm")/2;
width: calc(map-get($container-max-widths, "sm")/2);
}
}

0 comments on commit 9691e96

Please sign in to comment.