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 | 1f0a978ad2b8e5bcd57eef37baca93e00fd6b20b (patch) | |
tree | 8e1e2ac2dd6df278f59a97a37e5d374bc2644843 /Timeline/ClientApp/src/app/todo-list-page | |
parent | 9756acc50f5f228968cf45d9e73c8dd3b4eacc6a (diff) | |
download | timeline-1f0a978ad2b8e5bcd57eef37baca93e00fd6b20b.tar.gz timeline-1f0a978ad2b8e5bcd57eef37baca93e00fd6b20b.tar.bz2 timeline-1f0a978ad2b8e5bcd57eef37baca93e00fd6b20b.zip |
Add get pat api.
Diffstat (limited to 'Timeline/ClientApp/src/app/todo-list-page')
-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; +} |