diff --git a/static/list.html b/static/list.html index f0d7e46..77c6045 100644 --- a/static/list.html +++ b/static/list.html @@ -31,7 +31,7 @@ td div { display: flex; flex-direction: row; align-items: center; - padding: 5px; + padding: 5px 5px 5px 0; overflow: clip; text-wrap: nowrap; } @@ -48,6 +48,10 @@ a { text-decoration: none; color: var(--sl-color-primary-700); } + +.long, .short { + margin-left: 7px; +} @@ -105,11 +109,11 @@ document.addEventListener('DOMContentLoaded', () => {
- {{ .Short }} + {{ .Short }}
@@ -118,7 +122,7 @@ document.addEventListener('DOMContentLoaded', () => { - {{ .Long }} + {{ .Long }}