mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 01:20:24 +03:00
Fixed colors in visits table
This commit is contained in:
parent
1e460d3ef7
commit
bc82e7e7fd
2 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
.visits-table {
|
||||
margin: 1.5rem 0 0;
|
||||
position: relative;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.visits-table__header-cell {
|
||||
|
|
|
@ -95,7 +95,7 @@ const VisitsTable = ({
|
|||
}, [ searchTerm ]);
|
||||
|
||||
return (
|
||||
<table className="table table-striped table-bordered table-hover table-sm table-responsive-sm visits-table">
|
||||
<table className="table table-bordered table-hover table-sm table-responsive-sm visits-table">
|
||||
<thead className="visits-table__header">
|
||||
<tr>
|
||||
<th
|
||||
|
|
Loading…
Reference in a new issue