make toggle a separate component so we can display an outcome icon beside it
This commit is contained in:
@@ -17,4 +17,16 @@
|
||||
}
|
||||
.ant-table-filter-dropdown {
|
||||
max-width: 250px;
|
||||
}
|
||||
|
||||
.toggle-switch {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
flex-wrap: nowrap;
|
||||
justify-content: flex-end;
|
||||
|
||||
.outcome-icon {
|
||||
margin-right: .5rem;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user