rusackas commented on code in PR #19898:
URL: https://github.com/apache/superset/pull/19898#discussion_r865340413
##########
superset-frontend/src/assets/stylesheets/superset.less:
##########
@@ -518,9 +518,14 @@ tr.reactable-column-header th.reactable-header-sortable {
padding-right: 17px;
}
+.metric-edit-popover-label {
+ display: inline-block;
+ padding: 2px 0;
+}
+
.metric-edit-popover-label-input {
border-radius: @border-radius-large;
- height: 30px;
+ height: 26px;
Review Comment:
Would it be possible to move both these classes to Emotion styling in the
component? We're trying to whittle away at these LESS files so that we can use
variables from the Superset theme everywhere (e.g. using the `gridUnit` and
`borderRadius` keys from the theme)
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]