HTML rendering in new dashboards

Has anyone else had issues with HTML rendering differently in the new dashboard experience? The spacing looks totally different from how it appears in our legacy dashboards. The example below shows the exact same tile in legacy vs new for version 21.6.39. The divs and line breaks get so much additional spacing that the tabs are no longer visible. Curious if anyone has a fix for this before I start redoing all of our HTML parameters. 

Legacy Dashboard:

b203fac6-8c36-400a-a786-1f1428dcdb5e.png

New Dashboard:

6b0f2540-7204-4cea-95fb-f6c0d55b654f.png
Solved Solved
0 5 1,014
1 ACCEPTED SOLUTION

Which viz type is this? Is it a single value viz? I’ve used this logic before for a single value viz: 

html: <div class="vis">
<div class="vis-single-value" style="line-height: 1;font-size: 17px; text-align:center;color:black;" >
</div>
</div>;;

View solution in original post

5 REPLIES 5
Top Labels in this Space
Top Solution Authors