From d740497bb481f4a0132d3b80e93ad0698f6c0806 Mon Sep 17 00:00:00 2001 From: Kiefer Chang Date: Thu, 30 Jul 2020 17:34:42 +0800 Subject: [PATCH] mgr/dashboard: right-align dropdown menu of column filters When the value of a filter is too long, the text of value will run out of the viewport. Right-aligning the menu makes the text visible. NOTE: This change can't be backported from master because in master we had switched the bootstrap library to ng-bootstrap and the menu is already right-aligned in the master. Fixes: https://tracker.ceph.com/issues/44458 Signed-off-by: Kiefer Chang --- .../src/app/shared/datatable/table/table.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.html b/src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.html index 131977cceadb..e50bffcd302a 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.html @@ -34,7 +34,7 @@ {{ selectedFilter.column.name }}