Skip to content

Commit

Permalink
Merge pull request kitodo#6282 from thomaslow/improve-context-menu-style
Browse files Browse the repository at this point in the history
Add small horizontal padding to context menu text
  • Loading branch information
solth authored Nov 5, 2024
2 parents 0ce4b54 + f84bae0 commit 6292589
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Kitodo/src/main/webapp/WEB-INF/resources/css/kitodo.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ html.progressCursor * {
display: none;
}

div.ui-contextmenu .ui-menuitem .ui-menuitem-text {
padding: 0 0.5em;
}

/*----------------------------------------------------------------------
Header
----------------------------------------------------------------------*/
Expand Down

0 comments on commit 6292589

Please sign in to comment.