Skip to content

Commit b2a81ed

Browse files
committed
apply line-height fix from develop branch
1 parent 5325675 commit b2a81ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inst/htmlwidgets/lineup.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@
145145
el.style.height = height;
146146
el.style.position = 'relative';
147147
el.style.overflow = 'auto';
148+
el.style.lineHeight = 'normal'; // for bootstrap
148149

149150
const unsupportedBrowser = !window.LineUpJS || (LineUpJS.isBrowserSupported === 'function' && !LineUpJS.isBrowserSupported());
150151

0 commit comments

Comments
 (0)