Skip to content

Commit

Permalink
chore: adjust palette styles
Browse files Browse the repository at this point in the history
Related to bpmn-io#846
  • Loading branch information
Skaiir committed Nov 27, 2023
1 parent 752e8fb commit 3f6cae3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/form-js-editor/assets/form-js-editor-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
var(--cds-border-strong-01, var(--color-grey-225-10-55))
);
--cursor-palette-field: grab;
--palette-width: 246px;
--palette-width: 270px;
}

.fjs-properties-container {
Expand Down Expand Up @@ -620,7 +620,7 @@
.fjs-palette-container .fjs-palette-group {
display: flex;
flex-direction: column;
width: 212px;
width: 236px;
margin: auto;
}

Expand All @@ -639,7 +639,7 @@
}

.fjs-palette-field {
height: 64px;
height: 72px;
display: flex;
flex-direction: column;
justify-content: center;
Expand All @@ -656,7 +656,7 @@
}

.fjs-palette-container .fjs-palette-field {
width: 64px;
width: 72px;
}

.fjs-palette-container .fjs-palette-field:focus {
Expand Down Expand Up @@ -719,8 +719,8 @@
}

.fjs-editor-container .fjs-form-field-placeholder svg {
width: 36px;
height: 36px;
width: 32px;
height: 32px;
vertical-align: middle;
margin-top: -2px;
margin-right: 2px;
Expand Down

0 comments on commit 3f6cae3

Please sign in to comment.