File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ $gray-darkest: var(--ff-gray-darkest);
5454}
5555
5656.flow-builder {
57- height : calc (100vh - 18 rem ) !important ;
57+ height : calc (100vh - 15 rem ) !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 {
Original file line number Diff line number Diff 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+ }
You can’t perform that action at this time.
0 commit comments