More actions
Change background color to design-token. Replace hard-coded color with design-token. |
Added <p> around location data. This seems to fix an issue where all the text in this data gets wrapped in a <p> except the last line, leaving padding above the last location. This is probably not the best solution, but I can't figure out where the <p> is coming from |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 44: | Line 44: | ||
| label3 = Location | | label3 = Location | ||
| data3 = {{{location|}}} | | data3 = <p>{{{location|}}}</p> | ||
| label4 = Units per Cloud | | label4 = Units per Cloud | ||