Bugzilla – Attachment #152028: Bug 32341: (follow-up) Making the label not showed twice when the tables are in responsive mode for
bug #32341
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 32341
Collapse All
|
Expand All
(-)
a/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss (-2 / +1 lines)
Lines 99-105
Link Here
99
margin-bottom: .5em;
99
margin-bottom: .5em;
100
}
100
}
101
101
102
.tdlabel {
102
.table:not(.collapsed) .tdlabel {
103
display: inline;
103
display: inline;
104
}
104
}
105
105
106
-
Return to
bug 32341