diff --git a/app/static/style.css b/app/static/style.css
index 432f4d9..8f8ea8f 100644
--- a/app/static/style.css
+++ b/app/static/style.css
@@ -355,7 +355,7 @@ button {
border: 1px solid #c7d9ea;
border-radius: 8px;
padding: 0.5rem 0.75rem 0.55rem;
- margin: 0.65rem 0 0.1rem;
+ margin: 0 0 0.5rem;
display: flex;
flex-direction: column;
gap: 0.3rem;
@@ -461,15 +461,21 @@ button {
margin-top: 0.45rem;
color: #4b6178;
}
+.tile-info-area {
+ flex: 1;
+ min-height: 0;
+ display: flex;
+ flex-direction: column;
+ gap: 0;
+}
.tile-comment {
display: block;
flex: 1;
min-height: 0;
- overflow: hidden;
+ overflow-y: auto;
+ overflow-x: hidden;
line-height: 1.35;
padding-right: 0.2rem;
- mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
--webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
}
.tile-comment b,
.tile-comment strong {
diff --git a/app/templates/dashboard.html b/app/templates/dashboard.html
index 0186ddf..c67eadc 100644
--- a/app/templates/dashboard.html
+++ b/app/templates/dashboard.html
@@ -83,30 +83,32 @@
{{ service.svc_cred_hint }}
+ {% endif %}{{ service.svc_cred_hint }}
+ {% if service.comment %} +