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 4040 font-size : var (--jp-ui-font-size1 );
4141 white-space : nowrap;
4242 overflow : hidden;
43- text-overflow : ellipsis;
4443 color : var (--jp-ui-font-color0 );
4544 display : flex;
4645 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;
4758}
4859
4960.jp-codeSnippetsContainer-button {
8697 display : flex;
8798 flex-direction : column;
8899 justify-content : space-evenly;
100+ overflow : hidden;
89101}
90102
91103.jp-codeSnippet-description p {
309321 font-size : var (--jp-ui-font-size1 );
310322}
311323
324+ .jp-codeSnippet-editor-tag input {
325+ border : none;
326+ background : transparent;
327+ }
328+
312329.jp-codeSnippet-editor-tag .applied-tag button {
313330 color : var (--jp-ui-font-color1 );
314331}
You can’t perform that action at this time.
0 commit comments