Skip to content

Commit

Permalink
New DMN Editor minor CSS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagobento committed Dec 26, 2023
1 parent 8e74c47 commit 66184ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/dmn-editor/src/DmnEditor.css
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ the cursor is inside it. By making it adimensional, that never happens. */
background: white;
margin-left: -1px;
height: 40px;
width: 192px;
width: 160px;
justify-content: center;
}
.kie-dmn-editor--boxed-expression-back > .pf-c-label__content::before {
Expand Down Expand Up @@ -675,7 +675,8 @@ circle.kie-dmn-editor--diagram-edge-waypoint:hover {
border-bottom: 1px solid lightgray;
}
.kie-dmn-editor--boxed-expression-header {
padding: 16px;
padding: 14px;
padding-left: 0;
}
.kie-dmn-editor--data-type-panel-header {
padding: 0 16px 0 16px;
Expand Down
2 changes: 2 additions & 0 deletions packages/online-editor/static/resources/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -716,4 +716,6 @@ section.kie-tools--settings-tab {

#new-dmn-editor-dropdown-toggle {
padding-left: 0;
padding-top: 0;
padding-bottom: 0;
}

0 comments on commit 66184ea

Please sign in to comment.