File tree 2 files changed +5
-12
lines changed
tensorboard/webapp/settings/_views
2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -17,21 +17,14 @@ limitations under the License.
17
17
}
18
18
19
19
: host > div {
20
- margin: 10px 0;
21
- }
22
-
23
- : host > : first- child {
24
- margin- to p: 0;
25
- }
26
-
27
- : host > : last- child {
28
- margin- botto m: 0;
20
+ margin: 8px;
29
21
}
30
22
31
23
h3 {
32
24
font- size: 20px;
25
+ margin: 8px;
33
26
}
34
27
35
28
.reload-toggle {
36
- margin-bottom : 10 px ;
29
+ margin-bottom : 8 px ;
37
30
}
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ <h3>Settings</h3>
23
23
</ div >
24
24
< div >
25
25
< mat-form-field >
26
+ < mat-label > Reload Period (seconds)</ mat-label >
26
27
< input
27
28
class ="reload-period "
28
29
matInput
29
30
type ="number "
30
- placeholder ="Reload Period (seconds) "
31
31
[formControl] ="reloadPeriodControl "
32
32
/>
33
33
</ mat-form-field >
@@ -43,11 +43,11 @@ <h3>Settings</h3>
43
43
</ div >
44
44
< div >
45
45
< mat-form-field >
46
+ < mat-label > Pagination Limit</ mat-label >
46
47
< input
47
48
class ="page-size "
48
49
matInput
49
50
type ="number "
50
- placeholder ="Pagination Limit "
51
51
[formControl] ="paginationControl "
52
52
/>
53
53
</ mat-form-field >
You can’t perform that action at this time.
0 commit comments