This is an automated email from the ASF dual-hosted git repository.

erikrit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 8bdc6b1  fix: row count container alignment (#10179)
8bdc6b1 is described below

commit 8bdc6b1771313bdf705f32674f3dbdd50dd7319f
Author: Erik Ritter <erik.rit...@airbnb.com>
AuthorDate: Fri Jun 26 16:07:29 2020 -0700

    fix: row count container alignment (#10179)
---
 superset-frontend/src/components/ListView/ListViewStyles.less | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/superset-frontend/src/components/ListView/ListViewStyles.less 
b/superset-frontend/src/components/ListView/ListViewStyles.less
index f922f1b..4711226 100644
--- a/superset-frontend/src/components/ListView/ListViewStyles.less
+++ b/superset-frontend/src/components/ListView/ListViewStyles.less
@@ -134,8 +134,8 @@
     }
 
     .row-count-container {
-      position: absolute;
-      right: 28px;
+      float: right;
+      padding-right: 24px;
     }
   }
 

Reply via email to