I'm using a block for emphasizing different pieces of information. I'd like those pieces to be constrained to the block dimensions and to use the columns environment, but I don't know how to get the block dimensions in order to constraint the column's width.
\begin{block}
\begin{columns}[t]
\column{.3XXX}
Blah blah
\column{.3XXX}
Blah blah
\column{.3XXX}
Blah blah
\end{columns}
\end{block}
How can I specify the column width based on the block width?
