Figure captions seem to wrap at the page width. How could I make them wrap at the figure width instead? Currently, they can easily be mistaken for normal text.
\begin{figure}[!htb]
\begin{center
\begin{tikzpicture} ... \end{tikzpicture}
\caption{Caption goes here.}
\end{center}
\end{figure}
