diff options
author | crupest <crupest@outlook.com> | 2019-02-18 19:56:13 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-02-18 19:56:13 +0800 |
commit | 1ff6afb0e9fd11ce37ed0206b992514041391761 (patch) | |
tree | 328e729bbbc08bcf8a16fc494cb1c6625e35d2a6 /Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.css | |
parent | a8d850e05fba39a46f54d3c2827e8b93bcbb129b (diff) | |
download | timeline-1ff6afb0e9fd11ce37ed0206b992514041391761.tar.gz timeline-1ff6afb0e9fd11ce37ed0206b992514041391761.tar.bz2 timeline-1ff6afb0e9fd11ce37ed0206b992514041391761.zip |
Add get pat api.
Diffstat (limited to 'Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.css')
-rw-r--r-- | Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.css b/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.css index 43bd26d8..c17267c5 100644 --- a/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.css +++ b/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.css @@ -6,3 +6,7 @@ width: 1.2rem; height: 1.2rem; } + +mat-list-item { + margin: 10px; +} |