How to increase dashboard text tile width

Knowledge Drop

Last tested: Mar 11, 2020

The Problem

Dashboard Text tile width cannot be edited, and the default width is surprisingly narrow. Even with HTML inside of the text tile.

There is a feature request you can vote for on our feedback system: Adjust text box width

A Solution

There are two possible workarounds:

  1. Create LookML object with HTML parameter, and display it on dashboard as a single tile visualization.
  2. Use div class = vis to trick the text tile into thinking it’s a single value visualization, then insert the text you want. Insert the following into the text tile body:
    *<div class="vis">*
    *<div class="vis-single-value">*
    *<font color="#5A2FC2" size="6" ><center><b>Using div class = vis we get a white background, and override the 500px default. See? The text goes as wide as the tile</b></center></font>*
    *</div>*
    *</div>*