Skip to content

Commit bdc933d

Browse files
committed
FWF-4595 [Feature] : Style fixes for bpmn panel issues
1 parent c498930 commit bdc933d

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

forms-flow-theme/scss/_button.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ $danger-color: var(--ff-danger);
259259
&.btn-sm {
260260
font-size: $fontBase !important;
261261
line-height: 1.2 !important;
262-
color: $white !important;
262+
// color: $white !important;
263263

264264
padding: var(--spacer-050) var(--spacer-075) !important;
265265
font-weight: var(--font-weight-xl) !important;
@@ -950,6 +950,7 @@ $danger-color: var(--ff-danger);
950950
text-align: left;
951951
text-overflow: ellipsis;
952952
white-space: nowrap;
953+
min-height: 20px;
953954
}
954955
}
955956

forms-flow-theme/scss/_card.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ $gray-darkest: var(--ff-gray-darkest);
5454
}
5555

5656
.flow-builder {
57-
height: calc(100vh - 18rem) !important;
57+
height: calc(100vh - 15rem) !important;
5858
overflow: auto;
5959
}
6060

@@ -334,6 +334,7 @@ $gray-darkest: var(--ff-gray-darkest);
334334

335335
text-overflow: ellipsis;
336336
white-space: nowrap;
337+
min-height: 20px;
337338
}
338339

339340
.status {

forms-flow-theme/scss/bpmn.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,11 @@ $gray-darkest: var(--ff-gray-darkest);
3232
.djs-container svg:focus {
3333
outline: none !important;
3434
}
35+
36+
.bpmn-main-container-editor{
37+
width: 100%;
38+
display: flex;
39+
resize: vertical;
40+
overflow: hidden;
41+
max-height: calc(100vh - 15rem);
42+
}

0 commit comments

Comments
 (0)