Skip to content

Commit

Permalink
Fixed word splitting issue (ohcnetwork#8384)
Browse files Browse the repository at this point in the history
* fixed issue 8304

* fixes 8304

* Update src/Components/Facility/ConsultationForm.tsx

Co-authored-by: Rithvik Nishad <[email protected]>

* fixes#8365

* fixed word spacing issue

---------

Co-authored-by: Rithvik Nishad <[email protected]>
Co-authored-by: Rithvik Nishad <[email protected]>
  • Loading branch information
3 people authored Aug 21, 2024
1 parent 42c684a commit 0cd6412
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default function GenericEvent(props: IProps) {
<span className="text-xs capitalize text-secondary-700">
{t(key).replaceAll(/_/g, " ")}
</span>
<span className="break-all text-sm font-semibold text-secondary-700">
<span className="break-words text-sm font-semibold text-secondary-700">
{formatValue(value, key)}
</span>
</div>
Expand Down

0 comments on commit 0cd6412

Please sign in to comment.