chrisbryan17's picture
Upload folder using huggingface_hub
d2897cd verified
/* ReportBundle */
.col-report-actions, .col-report-count {
width: 25px;
}
#reportTable th:not(.col-report-count) {
min-width: 125px;
}
.columnSelectorButtons {
padding-top: 40px;
}
.columnSelectorButtons div:not(:last-child) {
margin-bottom: 10px;
}
/* Fix of ChosenJS zero width */
#report_columns_chosen {
width: 100% !important;
}
#ms-report_groupBy ul{
height: 115px;
}
#report_filters .panel {
margin-bottom:0;
margin-top:20px;
}
#report_filters > .in-group {
margin-top:5px;
}
#report_filters .panel-heading {
margin-bottom:0;
padding-top:10px;
}
#report_filters .panel-heading .form-group {
margin:0;
}
#report_filters > .in-group:first-child > .panel-heading {
display:none;
}
#report_filters > .in-group:not(:first-child) {
margin-top:0;
border-top:0;
border-top-left-radius: 0;
border-top-right-radius: 0;
margin-left:20px;
}
#report_filters > .in-group:not(:first-child) > .panel-heading {
display:block;
padding-left:10px;
}
#report_filters > .in-group:not(:first-child) > .panel-body > .row > div {
padding-left:10px;
padding-right:10px;
}