reducer list: right-align pkg column so wrapped class-path lines stay on the right

This commit is contained in:
Michael Pilosov 2026-04-22 13:58:01 -06:00
parent 4ee78dd466
commit acb596743a
2 changed files with 2 additions and 1 deletions

View File

@ -344,6 +344,7 @@ select {
color: var(--faint); color: var(--faint);
font-size: 0.72rem; font-size: 0.72rem;
align-self: start; align-self: start;
text-align: right;
} }
/* Narrow viewports: let the blurb span full width under the name/pkg row /* Narrow viewports: let the blurb span full width under the name/pkg row

View File

@ -4,7 +4,7 @@
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" /> <meta name="viewport" content="width=device-width,initial-scale=1" />
<title>embedding notebook</title> <title>embedding notebook</title>
<link rel="stylesheet" href="/static/style.css?v=18" /> <link rel="stylesheet" href="/static/style.css?v=19" />
<script src="https://unpkg.com/htmx.org@2.0.4"></script> <script src="https://unpkg.com/htmx.org@2.0.4"></script>
<script type="importmap"> <script type="importmap">
{ {