mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 18:30:32 -06:00
remove truncation in summary display
This commit is contained in:
@@ -33,7 +33,7 @@ export default function SubmissionDisplay({ formId, submissionSession }) {
|
||||
<p
|
||||
className={classNames(
|
||||
element.value ? "text-gray-600" : "text-gray-400",
|
||||
"pt-1 text-sm text-gray-600 line-clamp-2"
|
||||
"pt-1 text-sm text-gray-600"
|
||||
)}
|
||||
>
|
||||
{element.value || "[not provided]"}
|
||||
|
||||
Reference in New Issue
Block a user