fix aud search on center
This commit is contained in:
@@ -75,6 +75,23 @@ table {
|
||||
width: 110px;
|
||||
}
|
||||
|
||||
td.aud-col, th.aud-col {
|
||||
width: 70px;
|
||||
min-width: 70px;
|
||||
max-width: 70px;
|
||||
}
|
||||
|
||||
td.num-col, th.num-col {
|
||||
width: 40px;
|
||||
min-width: 40px;
|
||||
max-width: 40px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
td.inv-col, th.inv-col {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.inv {
|
||||
width: 400px;
|
||||
}
|
||||
@@ -169,6 +186,16 @@ table {
|
||||
border: 1px solid #000000;
|
||||
padding: 5px;
|
||||
font-size: 12pt;
|
||||
word-break: normal;
|
||||
word-wrap: break-word;
|
||||
overflow-wrap: break-word;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
td.inv-col, th.inv-col {
|
||||
width: 100px;
|
||||
min-width: 100px;
|
||||
max-width: 100px;
|
||||
}
|
||||
|
||||
table.rs-table-bordered {
|
||||
|
||||
Reference in New Issue
Block a user