diff --git a/src/static/css/style.css b/src/static/css/style.css index 43e55ca..aea6adb 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -2068,10 +2068,15 @@ a:hover { margin-top: var(--sp-xs); } -.description-enhance-row { - margin-top: var(--sp-md); +.description-label-row { display: flex; align-items: center; + justify-content: space-between; + margin-bottom: var(--sp-sm); +} + +.description-label-row label { + margin-bottom: 0; } #btn-enhance-description { diff --git a/src/static/dashboard.html b/src/static/dashboard.html index 86c72c4..bf904b3 100644 --- a/src/static/dashboard.html +++ b/src/static/dashboard.html @@ -333,14 +333,14 @@
- - -
+
+
+