Sometimes I need to make a union with a long subscript specifier at the bottom like so:
\documentclass{article}
\begin{document}
\begin{equation*}
\bigcup_{a \in \{\text{set that is very wide}\}} S_a
\end{equation*}
\end{document}
The problem is that this produces:

How do I move the S_a over to the left?
