Overviews: fix table width when printing
This commit is contained in:
parent
d2a5a32954
commit
83da6332da
1 changed files with 1 additions and 14 deletions
|
@ -68,29 +68,16 @@ h1, .popover-notificationsHeader .popover-title, .ticket-title-update, h2, h3, h
|
|||
.table {
|
||||
border: none;
|
||||
color: black;
|
||||
table-layout: auto;
|
||||
|
||||
thead tr {
|
||||
border: none;
|
||||
}
|
||||
|
||||
> thead > tr > th {
|
||||
background: none;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
> tbody > tr > td {
|
||||
border: none;
|
||||
}
|
||||
|
||||
tbody tr {
|
||||
border-top: 1px solid;
|
||||
}
|
||||
}
|
||||
|
||||
td a {
|
||||
color: black;
|
||||
font-weight: bold;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.table-col-resize {
|
||||
|
|
Loading…
Reference in a new issue