reducer list: right-align pkg column so wrapped class-path lines stay on the right
This commit is contained in:
parent
4ee78dd466
commit
acb596743a
@ -344,6 +344,7 @@ select {
|
||||
color: var(--faint);
|
||||
font-size: 0.72rem;
|
||||
align-self: start;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* Narrow viewports: let the blurb span full width under the name/pkg row
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||
<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 type="importmap">
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user