diff --git a/data/index.html b/data/index.html index cc161e9..0954010 100644 --- a/data/index.html +++ b/data/index.html @@ -35,7 +35,7 @@
  • -
  • +
  • diff --git a/data/styles.css b/data/styles.css index 5b24a93..ea8e9a2 100644 --- a/data/styles.css +++ b/data/styles.css @@ -119,3 +119,7 @@ form .form-row input[type="checkbox"] { color: white; border: 0; } +.spiro-control .form-row.info { + padding-bottom: 0px; + margin-bottom: 0px; +} diff --git a/frontend/pages/index.html b/frontend/pages/index.html index cc161e9..0954010 100644 --- a/frontend/pages/index.html +++ b/frontend/pages/index.html @@ -35,7 +35,7 @@
  • -
  • +
  • diff --git a/frontend/styles/main.less b/frontend/styles/main.less index 374a170..ff8b3bf 100644 --- a/frontend/styles/main.less +++ b/frontend/styles/main.less @@ -106,6 +106,8 @@ } .spiro-control { - .form-row .info { + .form-row.info { + padding-bottom: 0px; + margin-bottom: 0px; } } \ No newline at end of file