mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix: Add missing styles to fix terminal resizing
Co-authored-by: Gabriel <gaccettola@mirantis.com> Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
This commit is contained in:
parent
e8491ca2d3
commit
6902851026
@ -198,6 +198,7 @@
|
|||||||
"@k8slens/messaging-for-renderer": "^1.0.0-alpha.4",
|
"@k8slens/messaging-for-renderer": "^1.0.0-alpha.4",
|
||||||
"@k8slens/node-fetch": "^6.5.0-alpha.3",
|
"@k8slens/node-fetch": "^6.5.0-alpha.3",
|
||||||
"@k8slens/react-application": "^1.0.0-alpha.3",
|
"@k8slens/react-application": "^1.0.0-alpha.3",
|
||||||
|
"@k8slens/resizing-anchor": "1.0.0-alpha.6",
|
||||||
"@k8slens/run-many": "^1.0.0-alpha.4",
|
"@k8slens/run-many": "^1.0.0-alpha.4",
|
||||||
"@k8slens/startable-stoppable": "^1.0.0-alpha.3",
|
"@k8slens/startable-stoppable": "^1.0.0-alpha.3",
|
||||||
"@k8slens/utilities": "^1.0.0-alpha.3",
|
"@k8slens/utilities": "^1.0.0-alpha.3",
|
||||||
|
|||||||
@ -2,6 +2,8 @@ import "@k8slens/core/styles";
|
|||||||
import "@k8slens/button/dist/index.css";
|
import "@k8slens/button/dist/index.css";
|
||||||
import "@k8slens/error-boundary/dist/index.css";
|
import "@k8slens/error-boundary/dist/index.css";
|
||||||
import "@k8slens/tooltip/dist/index.css";
|
import "@k8slens/tooltip/dist/index.css";
|
||||||
|
import "@k8slens/resizing-anchor/dist/index.css";
|
||||||
|
|
||||||
import { runInAction } from "mobx";
|
import { runInAction } from "mobx";
|
||||||
import {
|
import {
|
||||||
rendererExtensionApi as Renderer,
|
rendererExtensionApi as Renderer,
|
||||||
|
|||||||
1
package-lock.json
generated
1
package-lock.json
generated
@ -34138,6 +34138,7 @@
|
|||||||
"@k8slens/messaging-for-renderer": "^1.0.0-alpha.4",
|
"@k8slens/messaging-for-renderer": "^1.0.0-alpha.4",
|
||||||
"@k8slens/node-fetch": "^6.5.0-alpha.3",
|
"@k8slens/node-fetch": "^6.5.0-alpha.3",
|
||||||
"@k8slens/react-application": "^1.0.0-alpha.3",
|
"@k8slens/react-application": "^1.0.0-alpha.3",
|
||||||
|
"@k8slens/resizing-anchor": "1.0.0-alpha.6",
|
||||||
"@k8slens/run-many": "^1.0.0-alpha.4",
|
"@k8slens/run-many": "^1.0.0-alpha.4",
|
||||||
"@k8slens/startable-stoppable": "^1.0.0-alpha.3",
|
"@k8slens/startable-stoppable": "^1.0.0-alpha.3",
|
||||||
"@k8slens/utilities": "^1.0.0-alpha.3",
|
"@k8slens/utilities": "^1.0.0-alpha.3",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user