Skip to content

Commit b2738e4

Browse files
Merge pull request #3877 from OneCommunityGlobal/Fix-The-Project-page-and-edit-button
Ramsundar - Fix-The-Project-page-and-edit-button
2 parents 5fba533 + 8cc9760 commit b2738e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Projects/WBS/wbs.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const WBS = props => {
4646
return (
4747
<React.Fragment>
4848
<div className={darkMode ? 'bg-oxford-blue text-light' : ''} style={{minHeight: "100%"}}>
49-
<div className={`container pt-2 border border-secondary rounded ${darkMode ? 'text-light' : ''}`}style={darkMode ? { backgroundColor: '#1B2A41', alignItems: 'normal' } : { alignItems: 'normal' }}>
49+
<div className={`container pt-2 border rounded ${darkMode ? 'text-light' : ''}`}style={darkMode ? { backgroundColor: '#1B2A41', alignItems: 'normal' } : { alignItems: 'normal' }}>
5050
<nav aria-label="breadcrumb">
5151
<div className={`d-flex align-items-center breadcrumb ${darkMode ? 'bg-space-cadet' : ''}`}
5252
style={{

0 commit comments

Comments
 (0)