-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2821 from OneCommunityGlobal/vedant-fix-project-d…
…ashboard Vedant Fix project dashboard and add multi-select option
- Loading branch information
Showing
7 changed files
with
126 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
.project-summary_content { | ||
padding: 20px; | ||
} | ||
|
||
.project-summary_item { | ||
margin-bottom: 15px; | ||
} | ||
|
||
.project-summary_label { | ||
font-weight: bold; | ||
text-align: left; | ||
white-space: normal; /* Allow text to wrap properly */ | ||
} | ||
|
||
.project-summary_value { | ||
overflow-wrap: break-word; /* Ensures the content wraps if too long */ | ||
word-wrap: break-word; /* Ensures wrapping behavior */ | ||
} | ||
|
||
.project-summary_span { | ||
display: block; | ||
word-break: break-word; /* Break words to prevent overflow */ | ||
line-height: 1.4; | ||
white-space: normal; /* Allow wrapping in span */ | ||
} | ||
|
||
@media (max-width: 700px) { | ||
.project-summary_label { | ||
font-size: 14px; | ||
} | ||
|
||
.project-summary_span { | ||
font-size: 12px; /* Optional: adjust font size for smaller screens */ | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters