Increased breakpoint in which short URLs table collapses

This commit is contained in:
Alejandro Celaya
2020-12-30 20:05:04 +01:00
parent c0098ac7fd
commit a22274f382
4 changed files with 8 additions and 6 deletions

View File

@@ -78,7 +78,7 @@ const ShortUrlsList = (ShortUrlsTable: FC<ShortUrlsTableProps>) => boundToMercur
return (
<>
<div className="d-block d-md-none mb-3">
<div className="d-block d-lg-none mb-3">
<SortingDropdown
items={SORTABLE_FIELDS}
orderField={order.orderField}