]> source.dussan.org Git - vaadin-framework.git/commitdiff
Increase paddings to work in all browsers
authorLeif Åstrand <leif@vaadin.com>
Thu, 15 Mar 2012 13:30:31 +0000 (15:30 +0200)
committerLeif Åstrand <leif@vaadin.com>
Thu, 15 Mar 2012 15:00:06 +0000 (17:00 +0200)
tests/testbench/com/vaadin/tests/layouts/layouttester/VerticalLayoutTests.java

index 252e8ba82ccc0288e28167ebcfb9bf5ed02f12a4..9fe6367d604f903b06c9d9f1cbd66be01c887d4b 100644 (file)
@@ -456,7 +456,7 @@ public class VerticalLayoutTests extends AbstractLayoutTests {
         vlo2.addComponent(c1);
         // Must add something around the hr to avoid the margins collapsing
         vlo2.addComponent(new Label(
-                "<div style='height: 0.01px'></div><hr /><div style='height: 0.01px'></div>",
+                "<div style='height: 1px'></div><hr /><div style='height: 1px'></div>",
                 ContentMode.XHTML));
         vlo2.addComponent(c2);
         vlo2.setExpandRatio(c1, 0.5f);