aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/todo-item/todo-item.component.css
blob: dcf25fd88c67bff8181ad7517be9f7e07827346c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.item-card {
  padding: 0;
  display: flex;
  overflow: hidden;
}

.item-body-box {
  margin: 5px!important
}

.item-color-block {
  width: 15px;
  align-self: stretch;
  flex: 0 0 auto;
}

.item-title {
  vertical-align: middle;
}

.item-detail-button {
  width: unset;
  height: unset;
  line-height: unset;
}