Skip to content

Commit 002106f

Browse files
Merge pull request #4819 from OneCommunityGlobal/venkataramanan_fix_weekly_summary_report_styling_issues
Venkataramanan 🔥 weekly summary report styling issues
2 parents ca45c0f + 0b4dcd7 commit 002106f

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

public/index.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
/* public/index.css */
22

3-
.tab-content {
4-
background-color: transparent !important;
5-
border: none;
6-
}
7-
83
#root {
94
background-color: #ffffff;
105
}

src/components/WeeklySummariesReport/WeeklySummariesReport.jsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2334,6 +2334,13 @@ const WeeklySummariesReport = props => {
23342334
{passwordInputModalToggle()}
23352335
{popUpElements()}
23362336
<Row className={styles['mx-max-sm-0']}>
2337+
<style>
2338+
{`
2339+
.custom-select__input-container {
2340+
grid-template-columns: auto !important;
2341+
}
2342+
`}
2343+
</style>
23372344
<Col lg={{ size: 10, offset: 1 }}>
23382345
<h3 className="mt-3 mb-5">
23392346
<div className="d-flex align-items-center">
@@ -2738,6 +2745,7 @@ const WeeklySummariesReport = props => {
27382745
<div>Logged Hours Range</div>
27392746
<Select
27402747
isMulti
2748+
classNamePrefix="custom-select"
27412749
placeholder="Select range..."
27422750
components={{
27432751
Option: CheckboxOption,

0 commit comments

Comments
 (0)