Skip to content

Commit

Permalink
Fix resize regression
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Sep 12, 2023
1 parent c520c8a commit 6d8acfd
Show file tree
Hide file tree
Showing 2 changed files with 6 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
6 changes: 6 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,12 @@ export default class DesignspaceNavigationPanel extends Panel {
height: 1px;
grid-column: 1 / -1;
}
#sources-list {
min-height: 100px;
margin-top: 1em;
flex-shrink: 1000;
}
`;

getContentElement() {
Expand Down

0 comments on commit 6d8acfd

Please sign in to comment.