-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* terminatedTable * add contactOutcome & update snapshop * bump version * rollback version * fix pr review * delete import * fix size column * test: update snapshots * bump version --------- Co-authored-by: Simon Demazière <[email protected]>
- Loading branch information
1 parent
bd48c5d
commit 5420d06
Showing
7 changed files
with
858 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,23 @@ | ||
|
||
/* Column sizes */ | ||
|
||
#TerminatedTableContainer .ColCampaign{ | ||
width: 28%; | ||
#TerminatedTableContainer .ColCampaign { | ||
width: 21%; | ||
} | ||
#TerminatedTableContainer .ColId{ | ||
#TerminatedTableContainer .ColId { | ||
width: 16%; | ||
} | ||
#TerminatedTableContainer .ColInterviewer{ | ||
width: 22%; | ||
#TerminatedTableContainer .ColInterviewer { | ||
width: 21%; | ||
} | ||
#TerminatedTableContainer .ColFinalizationDate{ | ||
#TerminatedTableContainer .ColFinalizationDate { | ||
width: 14%; | ||
} | ||
#TerminatedTableContainer .ColReading{ | ||
#TerminatedTableContainer .ColContactOutcome { | ||
width: 10%; | ||
} | ||
#TerminatedTableContainer .ColAction{ | ||
#TerminatedTableContainer .ColReading { | ||
width: 8%; | ||
} | ||
#TerminatedTableContainer .ColAction { | ||
width: 10%; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.