diff --git a/examples/html/edit-style.css b/examples/html/edit-style.css index 31fb4ba4ec..0ca9e0b6fd 100644 --- a/examples/html/edit-style.css +++ b/examples/html/edit-style.css @@ -603,6 +603,8 @@ div.refresh input[type="button"] { .tuple div { display: inline-block; position: relative; + min-width: 120px; + min-height: 1px; } .tuple div:nth-child(1) { float: left; @@ -622,7 +624,15 @@ div.refresh input[type="button"] { .pyr .tuple input { padding-left: 45px; } -.tuple div label { + +.tuple div > label:first-child { + float: left; +} +.tuple div > label + input { + clear: both; + float: left; +} +.tuple div input + label { display: inline !important; float: none !important; position: absolute; diff --git a/examples/html/entityProperties.html b/examples/html/entityProperties.html index e64d519137..d6939d56ee 100644 --- a/examples/html/entityProperties.html +++ b/examples/html/entityProperties.html @@ -1455,13 +1455,12 @@ -