Skip to content

Commit

Permalink
Fix figure title shadowed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Rdornier committed Oct 10, 2023
1 parent 1bd2e90 commit 88c9e38
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion omero_figure/static/figure/css/figure.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
line-height: 20px;
padding: 12px;
position: absolute;
right: 450px;
right: 520px;
text-align: center;
height: 100%;
}
Expand Down Expand Up @@ -705,6 +705,10 @@
.navbar>div.container {
max-width: 100%;
}
#alignment-toolbars {
padding-right: 0;
margin-right: -20px;
}
/** Add my class to boost size of font icons **/
.icon-buttons {
margin-right: 20px;
Expand Down

0 comments on commit 88c9e38

Please sign in to comment.