Skip to content

Commit

Permalink
Merge pull request #796 from googlefonts/issue795
Browse files Browse the repository at this point in the history
Fix resize regression
  • Loading branch information
justvanrossum authored Sep 12, 2023
2 parents c520c8a + 4f8a25e commit 63a2ad6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/fontra/views/editor/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -338,12 +338,6 @@ body {
padding-bottom: 0.4em;
}

#sources-list {
min-height: 100px;
margin-top: 1em;
flex-shrink: 1000;
}

.canvas-container {
position: relative; /* for the children */
width: 100%;
Expand Down
5 changes: 5 additions & 0 deletions src/fontra/views/editor/panel-designspace-navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ export default class DesignspaceNavigationPanel extends Panel {
height: 1px;
grid-column: 1 / -1;
}
#sources-list {
min-height: 100px;
flex-shrink: 1000;
}
`;

getContentElement() {
Expand Down

0 comments on commit 63a2ad6

Please sign in to comment.