We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8481238 commit 8bc3771Copy full SHA for 8bc3771
public/components/package/pannels/scripts/scripts.css
public/components/package/pannels/scripts/scripts.js
@@ -24,12 +24,13 @@ class Scripts extends LitElement {
24
static styles = [
25
scrollbarStyle,
26
css`
27
- :host {
+:host {
28
display: block;
29
overflow: hidden auto;
30
height: calc(100vh - 315px);
31
box-sizing: border-box;
32
- }
+}
33
+
34
.package-scripts {
35
display: flex;
36
flex-direction: column;
@@ -60,6 +61,10 @@ class Scripts extends LitElement {
60
61
color: #efe493;
62
}
63
64
+.package-scripts .script > p {
65
+ margin: 0;
66
67
68
.package-scripts .script p.name {
69
color: #B3E5FC;
70
height: 26px;
0 commit comments