Skip to content

Commit

Permalink
fix(popup-menu): correct icon to label spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Dec 7, 2022
1 parent 3d5270d commit da5dac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/diagram-js.css
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ marker.djs-dragger tspan {

.djs-popup [class*="icon"] .djs-popup-label,
.djs-popup-label:not(:first-child) {
margin-left: .5rem;
margin-left: .5em;
}

.djs-popup [class*="icon"]:before,
Expand Down

0 comments on commit da5dac5

Please sign in to comment.