4
All the contents of my table are located to the left of it. How do I center the contents of the columns and rows of this table?
- Table photo.
- Table code.
\begin{table}[H]
\centering
\footnotesize
\caption{Tabela de cadastro de clientes}
\begin{tabular}{|p{7cm}|p{7cm}|}
\hline
\rowcolor{lightgray}\textbf{RF01. Cadastrar cliente} & \textbf{RNF01.01} \\
\hline
O sistema deve permitir o cadastro de novos clientes. & Só é permitido funcionários realizarem essa função. \\
\hline
\end{tabular} \\ [0.5cm]
\textbf{Fonte:} Elaboração Própria (2020.1)
\label{tab:my_label}
\end{table}
Have you tried using P{7cm} or C{7cm} ?
– FourZeroFive
@Fourzerofive I’ll see if this works.
– Kyukay
@Fourzerofive works, but slightly exceeds the margin of the page.
– Kyukay