From e569f99206977e2d5fd1c7f63e94698020e9c1b7 Mon Sep 17 00:00:00 2001 From: Dipak Agarwal Date: Sat, 9 Mar 2024 11:54:12 +0530 Subject: [PATCH] fixes and resolves #7 --- imagelab_electron/index.html | 4 ++-- imagelab_electron/styles/style.css | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/imagelab_electron/index.html b/imagelab_electron/index.html index 84f7e9d..ddae4be 100644 --- a/imagelab_electron/index.html +++ b/imagelab_electron/index.html @@ -179,11 +179,11 @@
-

+

Operation name

here is the operation description diff --git a/imagelab_electron/styles/style.css b/imagelab_electron/styles/style.css index c9664a5..b457cc1 100644 --- a/imagelab_electron/styles/style.css +++ b/imagelab_electron/styles/style.css @@ -85,7 +85,6 @@ body { .information-pane { width: auto; min-width: 700px; - height: 7vh; margin-top: 7px; padding-left: 15px; padding-top: 3px;