You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/08/16 19:41:38 UTC

[GitHub] [superset] sfirke commented on pull request #18784: feat(native-filters): Re-arrange controls in FilterBar

sfirke commented on PR #18784:
URL: https://github.com/apache/superset/pull/18784#issuecomment-1217085082

   @shenrie thanks for posting your workaround, I was in the same situation.  Once I had 3 filters though it didn't work because it moved the buttons box and the 3rd filter.  So I added `>` to make it non-recursive (only finding direct 3rd children) and it worked:
   ```
   .open > div:nth-child(3) {
     
     position: absolute;
     top: 300px;
   }
   ```


-- 
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: notifications-unsubscribe@superset.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org