https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17929
--- Comment #6 from Josef Moravec <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
