Respuesta1
Establezca el contenido usando una columna tabular
con un ancho fijo :p
\documentclass{article}
\usepackage[nopar]{lipsum}
\begin{document}
\lipsum[1]
\[
* = \left\{
% Adjust spacing around tabular, if needed.
%\setlength{\tabcolsep}{.5\tabcolsep}% ...default is 6pt
\begin{tabular}{p{.7\linewidth}}
Here is some ordinary text with inline mathematics $f(x) = ax^2 + bx + c$ and
then some more text that might span multiple lines \ldots
\end{tabular}
\right\}
\]
\lipsum[2]
\end{document}
También puede ajustar el espacio entre los tabular
tirantes y los alrededores si es necesario.