+ "span the entire width of the container.</p><p>This label will "
+ "adapt its font size and line height for different widths.</p>"
+ "<p><a href=\"http://vaadin.com/download\">Download "
+ "Vaadin</a></p>", ContentMode.HTML);
description.addStyleName("description");
split.addComponent(description);
// Add the responsive capabilities to the components
Responsive.makeResponsive(firstGrid);
Responsive.makeResponsive(secondGrid);
Responsive.makeResponsive(description);