tbonelee commented on code in PR #5100:
URL: https://github.com/apache/zeppelin/pull/5100#discussion_r2417423520
##########
zeppelin-web-angular/src/app/pages/workspace/published/paragraph/paragraph.component.less:
##########
@@ -9,3 +9,16 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
+.code-preview-modal {
+ .code-preview-content {
+ margin-top: 12px;
+ margin-bottom: 12px;
+ border-left: 4px solid #3071a9;
+ padding-left: 10px;
+ max-height: 200px;
+ overflow: auto;
+ white-space: pre-wrap;
+ word-break: break-word;
+ }
+}
Review Comment:
```suggestion
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]