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