diff --git a/app/assets/stylesheets/shared/datatable.scss b/app/assets/stylesheets/shared/datatable.scss index 8ca2d98fd..0df994162 100644 --- a/app/assets/stylesheets/shared/datatable.scss +++ b/app/assets/stylesheets/shared/datatable.scss @@ -39,10 +39,9 @@ .pagination-row { align-items: center; display: flex; - align-items: center; flex-wrap: wrap; height: var(--datatable-pagination-row); - box-shadow: inset 0px 1px 0px $color-concrete; + box-shadow: inset 0 1px 0 $color-concrete; position: relative; width: 100%; diff --git a/app/assets/stylesheets/shared/filter_dropdown.scss b/app/assets/stylesheets/shared/filter_dropdown.scss index 87ac1417e..bde531fb9 100644 --- a/app/assets/stylesheets/shared/filter_dropdown.scss +++ b/app/assets/stylesheets/shared/filter_dropdown.scss @@ -30,9 +30,9 @@ width: 100%; &.folders { - display: flex; align-items: center; column-gap: 8px; + display: flex; } label {