18 Jan
2017
18 Jan
'17
10:41 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17929 --- Comment #6 from Josef Moravec <josef.moravec@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.