Skip to content

Commit

Permalink
fix(thumbnails): Fix thumbnail widths in IE11 (#1361)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoffan committed Apr 22, 2021
1 parent b7ba972 commit 36fba31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/viewers/doc/_docBase.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ $thumbnail-sidebar-width: 191px; // Extra pixel to account for sidebar border
}

.bp-thumbnail-nav {
width: 150px;
flex: 0 0 150px; // IE11 does not respect width within a flex container
overflow: hidden;
background-color: $d-eight;
border-radius: $thumbnail-border-radius;
Expand Down

0 comments on commit 36fba31

Please sign in to comment.