diff --git a/web/styles/left_sidebar.css b/web/styles/left_sidebar.css index 067c666539..efedf25bb6 100644 --- a/web/styles/left_sidebar.css +++ b/web/styles/left_sidebar.css @@ -653,7 +653,10 @@ li.top_left_scheduled_messages { .filter-icon { grid-area: starting-anchor-element; - text-align: center; + /* Use a flex container to handle + icon centering within the grid area. */ + display: flex; + justify-content: center; } .left-sidebar-navigation-label {