File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 40
40
font-size : var (--jp-ui-font-size1 );
41
41
white-space : nowrap;
42
42
overflow : hidden;
43
- text-overflow : ellipsis;
44
43
color : var (--jp-ui-font-color0 );
45
44
display : flex;
46
45
align-items : center;
46
+ width : 100% ;
47
+ }
48
+
49
+ .jp-codeSnippetsContainer-name span : nth-child (2 ) {
50
+ white-space : nowrap;
51
+ overflow : hidden;
52
+ text-overflow : ellipsis;
53
+ height : 19px ;
54
+ }
55
+
56
+ .jp-codeSnippet-name : hover {
57
+ cursor : pointer;
47
58
}
48
59
49
60
.jp-codeSnippetsContainer-button {
86
97
display : flex;
87
98
flex-direction : column;
88
99
justify-content : space-evenly;
100
+ overflow : hidden;
89
101
}
90
102
91
103
.jp-codeSnippet-description p {
309
321
font-size : var (--jp-ui-font-size1 );
310
322
}
311
323
324
+ .jp-codeSnippet-editor-tag input {
325
+ border : none;
326
+ background : transparent;
327
+ }
328
+
312
329
.jp-codeSnippet-editor-tag .applied-tag button {
313
330
color : var (--jp-ui-font-color1 );
314
331
}
You can’t perform that action at this time.
0 commit comments