@@ -721,27 +721,41 @@ input {
721721.mandatory-icon {
722722 font-size : 10px ;
723723}
724+ /* to be review */
725+ .model-builder-code-mirror {
726+ height : auto !important ;
727+ }
724728
729+ .model-builder-code-mirror .CodeMirror {
730+ min-height : 400px !important ;
731+ }
725732
726- .model-builder-code-mirror {
733+ .model-builder-code-mirror .CodeMirror-scroll {
734+ min-height : 400px !important ;
735+ }
736+
737+ .model-builder-code-mirror > .qp-CodeMirror {
727738 height : auto !important ;
739+ min-height : 400px !important ;
728740}
729741
730- .CodeMirror {
731- min-height : 400px !important ;/*150px !important;*/
742+
743+
744+
745+ .editor-pallet .CodeMirror {
746+ min-height : 400px !important ;
732747 height : auto !important ;
733748}
734749
735- .CodeMirror-scroll {
750+ .editor-pallet . CodeMirror-scroll {
736751 min-height : 400px !important ;
737752}
738753
739754pre .CodeMirror-line > span > span .cm-string {
740755 word-break : break-all !important ;
741756}
742757
743-
744- .qp-CodeMirror {
758+ .editor-pallet > .qp-CodeMirror {
745759 height : auto !important ;
746760 min-height : 400px !important ;
747761}
@@ -1021,8 +1035,29 @@ pre.CodeMirror-line > span > span.cm-string {
10211035 max-width : 200px ;
10221036}
10231037
1038+ .graphiql-container .graphiql-chevron-icon {
1039+ color : white;
1040+ }
1041+
1042+ button .graphiql-tab-add > svg
1043+ {
1044+ color : white;
1045+ }
1046+
1047+ .graphiql-container .graphiql-logo .graphiql-logo-link {
1048+ color : white;
1049+ }
1050+
10241051.mainGraphIql {
1025- height : calc (100% - 60px );
1052+ height : calc (100vh - 80px );
1053+ }
1054+
1055+ .mainGraphIqlCR {
1056+ height : calc (100vh - 150px );
1057+ }
1058+
1059+ .graphiql-session {
1060+ height : 100% ;
10261061}
10271062
10281063.graphiql-container {
@@ -1033,10 +1068,22 @@ pre.CodeMirror-line > span > span.cm-string {
10331068 color : white !important ;
10341069}
10351070
1036-
10371071.graphiql-container .graphiql-editors {
10381072 background-color : transparent;
10391073}
1074+
1075+ .graphiql-editor > .CodeMirror {
1076+ height : 100% ;
1077+ position : absolute;
1078+ width : 100% ;
1079+ }
1080+
1081+ .result-window > .CodeMirror {
1082+ height : 100% !important ;
1083+ position : absolute;
1084+ width : 100% ;
1085+ }
1086+
10401087# json_type_field-warning-box svg {
10411088 height : 15px ;
10421089 width : 15px ;
@@ -1108,9 +1155,7 @@ pre.CodeMirror-line > span > span.cm-string {
11081155.rule_group {
11091156 background-color : white;
11101157}
1111- .result-window .CodeMirror {
1112- height : 100% ;
1113- }
1158+
11141159.MuiButton-text {
11151160 color : rgb (0 , 188 , 140 )!important ;
11161161 margin-right : 20px ;
@@ -1170,11 +1215,6 @@ pre.CodeMirror-line > span > span.cm-string {
11701215 color : # 3450DC ;
11711216}
11721217
1173- /*enable graph ql response to over flow*/
1174- .graphiql-response {
1175- overflow : auto !important ;
1176- }
1177-
11781218# profile_menu > .dropdown-menu [data-bs-popper ] {
11791219 top : 100% ;
11801220 right : 0 ;
0 commit comments