diff options
author | crupest <crupest@outlook.com> | 2019-03-04 19:58:48 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-03-04 19:58:48 +0800 |
commit | 4daf2ce80df373fa38d32c74ee475f33a07b18f1 (patch) | |
tree | 09573a7ed1eb98c21a3694f1155022b573951310 /Timeline/ClientApp/src/app/todo-item/todo-item.component.css | |
parent | 38a1d4de0c5d9be5dff1da32356fb4b20ff16181 (diff) | |
parent | aca753fba19a221f1aec65030ba4aec4bc34f576 (diff) | |
download | timeline-4daf2ce80df373fa38d32c74ee475f33a07b18f1.tar.gz timeline-4daf2ce80df373fa38d32c74ee475f33a07b18f1.tar.bz2 timeline-4daf2ce80df373fa38d32c74ee475f33a07b18f1.zip |
Merge branch 'master' into user
Diffstat (limited to 'Timeline/ClientApp/src/app/todo-item/todo-item.component.css')
-rw-r--r-- | Timeline/ClientApp/src/app/todo-item/todo-item.component.css | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Timeline/ClientApp/src/app/todo-item/todo-item.component.css b/Timeline/ClientApp/src/app/todo-item/todo-item.component.css index ef952a04..dcf25fd8 100644 --- a/Timeline/ClientApp/src/app/todo-item/todo-item.component.css +++ b/Timeline/ClientApp/src/app/todo-item/todo-item.component.css @@ -4,18 +4,16 @@ overflow: hidden; } +.item-body-box { + margin: 5px!important +} + .item-color-block { width: 15px; align-self: stretch; flex: 0 0 auto; } -.item-icon { - width: 1.2em; - height: 1.2em; - vertical-align: -0.25em; -} - .item-title { vertical-align: middle; } |