View | Details | Raw Unified | Return to bug 25242
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss (-1 / +5 lines)
Lines 221-231 legend { Link Here
221
221
222
table {
222
table {
223
    font-size: 90%;
223
    font-size: 90%;
224
    table-layout: fixed;
224
}
225
}
225
226
226
table,
227
table,
227
td {
228
td {
228
    background-color: #FFF;
229
    background-color: #FFF;
230
    word-wrap: break-all;
231
    word-wrap: break-word;
229
}
232
}
230
233
231
tr {
234
tr {
Lines 255-260 td { Link Here
255
258
256
th {
259
th {
257
    background-color: #E2E8E8;
260
    background-color: #E2E8E8;
261
    word-wrap: break-all;
262
    word-wrap: break-word;
258
263
259
    &.sum {
264
    &.sum {
260
        text-align: right;
265
        text-align: right;
261
- 

Return to bug 25242