Skip to content

Commit

Permalink
Fix breadcrumbs icon missing/incorrect size
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Jan 18, 2022
1 parent 839d823 commit f476b72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ class MenuItem {
/**
* Optional icon XML, if set it's used instead of @icon for the menu item
*/
@Exported
private String iconXml;

/**
Expand Down Expand Up @@ -318,6 +317,7 @@ class MenuItem {
@SuppressFBWarnings(value = "URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD", justification = "read by Stapler")
public ContextMenu subMenu;

@Exported
public String getIconXml() {
return iconXml;
}
Expand Down
4 changes: 2 additions & 2 deletions war/src/main/less/base/yui-compatibility.less
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ div.yahooTree td {

svg,
img {
width: 1.2rem;
height: 1.2rem;
width: 1.2rem !important;
height: 1.2rem !important;
margin: 0.25rem 0.5rem 0.25rem 0;
}
}
Expand Down

0 comments on commit f476b72

Please sign in to comment.