We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5325675 commit b2a81edCopy full SHA for b2a81ed
inst/htmlwidgets/lineup.js
@@ -145,6 +145,7 @@
145
el.style.height = height;
146
el.style.position = 'relative';
147
el.style.overflow = 'auto';
148
+ el.style.lineHeight = 'normal'; // for bootstrap
149
150
const unsupportedBrowser = !window.LineUpJS || (LineUpJS.isBrowserSupported === 'function' && !LineUpJS.isBrowserSupported());
151
0 commit comments