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


##########
zeppelin-web-angular/src/app/pages/workspace/notebook/action-bar/action-bar.component.less:
##########
@@ -113,3 +113,22 @@
     }
   }
 });
+
+.search-code {
+  padding: 0;
+
+  &-row {
+    display: flex;
+
+    .ant-input-group,
+    .ant-input {
+      height: 32px;
+    }
+
+    .search-row-btn-group {
+    display: flex;
+    align-items: center;
+    flex-wrap: nowrap;
+    }
+  }
+}

Review Comment:
   The code I suggested still doesn't fully solve the border conflicts between 
elements. I tried to adjust it, but Ant component style make it hard to fix 
cleanly.
   @dididy Do you have any suggestions for handling this in a more maintainable 
way?



-- 
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: reviews-unsubscr...@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to