I tried to use "!important" to force the height but nothing is helping. Is there another way to remove extra space on the bottom of this element?
https://jsfiddle.net/zwavbx1e/
<!-- TradingView Widget BEGIN -->
<div class="tradingview-widget-container">
<div class="tradingview-widget-container__widget"></div>
<script type="text/javascript" src="https://s3.tradingview.com/external-embedding/embed-widget-single-quote.js" async>
{
"symbol": "NYSE:BP",
"width": "50%",
"height":"10px!important",
"colorTheme": "light",
"isTransparent": false,
"locale": "en"
}
</script>
</div>
<!-- TradingView Widget END -->