You are here

flot.legend.css in Flot 7

/* Bartik sets tables at 100% we need to prevent this for our legend */

.flot .legend table {
	width: auto;
}

File

flot.legend.css
View source
  1. /* Bartik sets tables at 100% we need to prevent this for our legend */
  2. .flot .legend table {
  3. width: auto;
  4. }