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; } }