File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
notebook/static/notebook/less Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
span .save_widget {
2
2
margin-top : 6px ;
3
+ max-width : 100% ;
4
+ display : flex ;
3
5
4
6
span .filename {
5
7
height : 1em ;
@@ -8,6 +10,9 @@ span.save_widget {
8
10
margin-left : @padding-large-horizontal ;
9
11
border : none ;
10
12
font-size : 146.5% ;
13
+ text-overflow : ellipsis ;
14
+ overflow : hidden ;
15
+ white-space : nowrap ;
11
16
& :hover {
12
17
// ensure body is lighter on dark palette,
13
18
// and vice versa
@@ -19,14 +24,17 @@ span.save_widget {
19
24
20
25
span .checkpoint_status , span .autosave_status {
21
26
font-size : small ;
27
+ white-space : nowrap ;
28
+ padding : 0 5px ;
22
29
}
23
30
24
31
@media (max-width : @screen-xs-max ) {
25
32
span .save_widget {
26
33
font-size : small ;
34
+ padding : 0 0 0 5px ;
27
35
}
28
36
span .checkpoint_status , span .autosave_status {
29
- display : none ;
37
+ display : none ;
30
38
}
31
39
}
32
40
@@ -38,6 +46,3 @@ span.checkpoint_status, span.autosave_status {
38
46
font-size : x-small ;
39
47
}
40
48
}
41
-
42
-
43
-
You can’t perform that action at this time.
0 commit comments