[Koha-bugs] [Bug 17929] You can't edit indicators in the cataloging screen

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 18 10:41:25 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17929

--- Comment #6 from Josef Moravec <josef.moravec at gmail.com> ---
It is caused by different box-sizing in bootstrap 3 (border-box)

We have to options:
1) remove width: 1em styling for indicators - the width calculation will
fallback to size parameter of input tag

2) or change the box-sizing to content-box for indicators

a have no strong opinion on this, probably would go with 2) as it looks more
similar to pre-16239 ages ;)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list