Skip to content

Commit

Permalink
fixes and resolves c2siorg#7
Browse files Browse the repository at this point in the history
  • Loading branch information
Dipak Agarwal committed Mar 9, 2024
1 parent 69d25ad commit e569f99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions imagelab_electron/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,11 @@
</div>
</div>
<div class="information-pane" id="information-pane">
<p style="font-size: 15px; margin-top: 5px" id="operator_name">
<p style="font-size: 15px; margin-top: 5px; margin-bottom: auto;" id="operator_name">
Operation name
</p>
<p
style="font-size: 13px; line-height: 2px"
style="font-size: 12px; line-height: inherit;margin-top: auto;"
id="operator_description"
>
here is the operation description
Expand Down
1 change: 0 additions & 1 deletion imagelab_electron/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ body {
.information-pane {
width: auto;
min-width: 700px;
height: 7vh;
margin-top: 7px;
padding-left: 15px;
padding-top: 3px;
Expand Down

0 comments on commit e569f99

Please # to comment.