Skip to content

Commit

Permalink
[DUOS-2264][risk=no]Expand collapsible table width on all DAR tables (#…
Browse files Browse the repository at this point in the history
…2041)

* container changes

* drop down spcaing fix

* Update src/libs/theme.js

Co-authored-by: fboulnois <[email protected]>

---------

Co-authored-by: fboulnois <[email protected]>
  • Loading branch information
Kaitlyn O'Flaherty and fboulnois authored Feb 10, 2023
1 parent cd14016 commit b4ef1be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/components/dar_collection_table/DarCollectionTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export const styles = {
whiteSpace: 'pre-wrap',
backgroundColor: 'white',
border: '1px solid #DEDEDE',
borderRadius: '4px',
margin: '0.5% 0'
},
columnStyle: Object.assign({}, Styles.TABLE.HEADER_ROW, {
Expand Down
5 changes: 2 additions & 3 deletions src/libs/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,10 @@ export const Styles = {
fontFamily: 'Montserrat',
},
CARDCONTAINER: {
marginTop: '2rem',
margin: '-.75rem -12.5% 2rem',
border: '1px solid #979797',
backgroundColor: 'rgb(184,205,211,0.08)',
borderRadius: '5px',
padding: '2rem 4rem',
padding: '1rem 4rem',
color: '#7B7B7B',
fontFamily: 'Montserrat',
},
Expand Down

0 comments on commit b4ef1be

Please sign in to comment.