mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-13 01:56:58 -07:00
Fix datatables footer text wrapping
This commit is contained in:
parent
4fcfea943e
commit
fbe136a350
1 changed files with 3 additions and 0 deletions
|
@ -2491,6 +2491,9 @@ a .home-platforms-list-cover-face:hover
|
||||||
.dataTables_paginate li {
|
.dataTables_paginate li {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
div.dataTables_info {
|
||||||
|
white-space: normal !important;
|
||||||
|
}
|
||||||
.tooltip.top .tooltip-arrow {
|
.tooltip.top .tooltip-arrow {
|
||||||
border-top-color: #fff;
|
border-top-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue