Skip to content

Commit

Permalink
Metabolic pathways visualisation (#731): add annotations dialog temp …
Browse files Browse the repository at this point in the history
…layout fix
  • Loading branch information
DmitriiKrasnov committed Feb 7, 2022
1 parent 4907a30 commit 3dd69b1
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,14 @@
border-top: 2px solid rgba(0,0,0,0.12);
}
.add-annotation-dlb-name-container {
width: 100%;
width: 98%;
padding: 2px 0;
}
.add-annotation-dlb-manual-container {
width: 100%;
width: 98%;
padding: 2px 0;
textarea {
padding: 0;
}
}
}

0 comments on commit 3dd69b1

Please sign in to comment.