mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-22 15:33:48 +00:00
Fixed responsive table headers
This commit is contained in:
@@ -45,7 +45,7 @@ export const ManageDomains: FC<ManageDomainsProps> = (
|
||||
|
||||
return (
|
||||
<SimpleCard>
|
||||
<table className="table table-hover mb-0">
|
||||
<table className="table table-hover responsive-table mb-0">
|
||||
<thead className="responsive-table__header">
|
||||
<tr>{headers.map((column, index) => <th key={index}>{column}</th>)}</tr>
|
||||
</thead>
|
||||
|
||||
Reference in New Issue
Block a user