add styles for filtres
This commit is contained in:
@@ -650,6 +650,10 @@
|
||||
&.text-filter-search {
|
||||
flex-grow: 1;
|
||||
justify-content: space-between;
|
||||
|
||||
&.end {
|
||||
justify-content: end;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
|
||||
@@ -258,7 +258,7 @@ export function TrackingHistoryView() {
|
||||
</h3>
|
||||
{/* Фильтры */}
|
||||
<div className="tanstak-table-filtres">
|
||||
<div className="table-filtres-wrapper text-filter-search">
|
||||
<div className="table-filtres-wrapper text-filter-search end">
|
||||
<div className="table-filtres-item">
|
||||
<div className="table-filtres-label">{t('items-per-page')}:</div>
|
||||
<DropDownList
|
||||
|
||||
Reference in New Issue
Block a user