tbonelee commented on code in PR #5109:
URL: https://github.com/apache/zeppelin/pull/5109#discussion_r2455947238


##########
zeppelin-web-angular/src/assets/classic-visualization-templates/columnselector_settings.html:
##########
@@ -12,21 +12,50 @@
 limitations under the License.
 -->
 <div
-  style="border: 1px solid #ddd; border-radius: 4px; box-shadow: 0 1px 1px 
rgba(0,0,0,.05); margin-top: 10px; margin-bottom: 11px; background-color: #fff;"
+  style="
+    border: 1px solid #ddd;
+    border-radius: 4px;
+    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
+    margin-top: 10px;
+    margin-bottom: 11px;
+    background-color: #fff;
+  "
 >
   <div
-    style="background-color: #f5f5f5; border-bottom: 1px solid #ddd; 
border-radius: 3px 3px 0 0; padding: 6px 12px 6px 12px; font-size: 13px;"
+    style="
+      background-color: #f5f5f5;
+      border-bottom: 1px solid #ddd;
+      border-radius: 3px 3px 0 0;
+      padding: 6px 12px 6px 12px;
+      font-size: 13px;
+    "
   >
-    <span style="vertical-align: middle; display: inline-block; margin-top: 
3px; color: #333;">Available Fields</span>
-    <div style="clear: both;"></div>
+    <span style="vertical-align: middle; display: inline-block; margin-top: 
3px; color: #333">Available Fields</span>

Review Comment:
   I think maybe `printWidth` option do that work. Also, as we use (almost) the 
latest prettier now, we won't face major reformatting for a while.



-- 
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]

Reply via email to