[editor] Fix fieldset width globally
Fieldsets have a browser-style of "min-width: min-content". This inverses the usual sizing where children adhere to the parent size, which is not wanted here or anywhere else. To prevent running into this hard to find problem again, it changed globally.
Showing
- projects/editor/src/app/components/canvas/section-menu.component.ts 8 additions, 8 deletions...ditor/src/app/components/canvas/section-menu.component.ts
- projects/editor/src/app/components/util/size-input-panel.component.ts 19 additions, 21 deletions...tor/src/app/components/util/size-input-panel.component.ts
- projects/editor/src/styles.css 4 additions, 0 deletionsprojects/editor/src/styles.css
Please register or sign in to comment