File tree Expand file tree Collapse file tree
src/components/WeeklySummariesReport Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments