From 8bdc6b1771313bdf705f32674f3dbdd50dd7319f Mon Sep 17 00:00:00 2001 From: Erik Ritter Date: Fri, 26 Jun 2020 16:07:29 -0700 Subject: [PATCH] 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 f922f1b7a..47112265a 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; } }