Skip to content

Commit

Permalink
easy admin div height fixed
Browse files Browse the repository at this point in the history
- closes #2240
  • Loading branch information
foxriver76 committed Dec 2, 2023
1 parent 92fe984 commit d147745
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ The icons may not be reused in other projects without the proper flaticon licens
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
* (foxriver76) fixed easy admin height

### 6.12.6 (2023-12-01)
* (foxriver76) fixed JSON config file component if no initial value exists
* (bluefox) added the creation of a state or of a device possibility to the context menu
Expand Down
2 changes: 1 addition & 1 deletion src/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2249,7 +2249,7 @@ class App extends Router {
return <StylesProvider generateClassName={generateClassName}>
<StyledEngineProvider injectFirst>
<ThemeProvider theme={this.state.theme}>
<div>
<div style={{ height: '100%' }}>
{!this.state.connected && <Connecting />}
<Suspense fallback={<Connecting />}>
<EasyMode
Expand Down

0 comments on commit d147745

Please sign in to comment.