profoundjs 7.8.0 → 7.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -606,6 +606,12 @@ button.pui-wf-dialog-save:hover {
606
606
  padding: 0px;
607
607
  }
608
608
 
609
+ .pui-wf-code-editor-warning-highlight {
610
+ text-decoration: underline;
611
+ text-decoration-color: red;
612
+ text-decoration-style: wavy;
613
+ }
614
+
609
615
  .pui-wf-nodejs-view {
610
616
  height: 100%;
611
617
  width: 100%;
@@ -1672,3 +1678,11 @@ div.pui-wf-mask {
1672
1678
  color: red;
1673
1679
  font-style: italic;
1674
1680
  }
1681
+
1682
+ .pui-wf-question-label-warn-msg {
1683
+ color: red;
1684
+ font-weight: normal;
1685
+ padding-right: 5%;
1686
+ padding-top: 0px;
1687
+ white-space: normal;
1688
+ }
@@ -143,6 +143,15 @@
143
143
  height: calc(100% - 75px);
144
144
  overflow-y: auto;
145
145
  }
146
+
147
+ .pai-heading ~ .pai-messages {
148
+ height: calc(100% - 148px);
149
+ }
150
+
151
+ .pai-heading {
152
+ border-bottom: 1px solid #ccc;
153
+ }
154
+
146
155
  .pai-messages::-webkit-scrollbar {
147
156
  width: 8px;
148
157
  background-color: #fff;