Skip to content

Commit

Permalink
Merge pull request #475 from will-moore/key_value_pairs_height
Browse files Browse the repository at this point in the history
Key value pairs height
  • Loading branch information
knabar authored Oct 17, 2023
2 parents 953a40b + 07f26da commit f2a7f09
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions omeroweb/webclient/static/webclient/css/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -553,8 +553,6 @@
top:6px ;bottom:0px; left:0px; right:0px;
position: absolute;
font-size:1.1em;
//border-left: solid 1px hsl(210,10%,85%);
min-width:240px;
}

#preview_tab .right_tab_inner {
Expand Down Expand Up @@ -1009,7 +1007,6 @@

.mapAnnContainer {
position: relative;
max-height: 250px;
overflow-y: auto;
}
.keyValueTable {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,3 @@ <h1 class="can-collapse closed" data-name="comments">
<div id="comments_container" class="lncomments"></div>
</div>
</div>
<div class="clear"></div>

0 comments on commit f2a7f09

Please sign in to comment.