* [UPDT]candidate update stage * [FIX]typo in notification - email sent * [UPDT]recruitment updates * [UPDT]onboarding updates * [UPDT]attendance updates * [UPDT]employee updates * [UPDT]updated static files for summernote --------- Co-authored-by: NIKHIL RAVI <nikhil.ravi10@gmail.com>
27 lines
380 B
CSS
27 lines
380 B
CSS
/* DASHBOARD */
|
|
|
|
.dashboard .module table th {
|
|
width: 100%;
|
|
}
|
|
|
|
.dashboard .module table td {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.dashboard .module table td a {
|
|
display: block;
|
|
padding-right: .6em;
|
|
}
|
|
|
|
/* RECENT ACTIONS MODULE */
|
|
|
|
.module ul.actionlist {
|
|
margin-left: 0;
|
|
}
|
|
|
|
ul.actionlist li {
|
|
list-style-type: none;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|