表の後のテキストが揃わなくなったようです

表の後のテキストが揃わなくなったようです

表の前後にテキストがありますが、表の後のテキストは以前ほど左揃えになっていません。どうすれば修正できますか? ここに画像の説明を入力してください

\documentclass[a4paper,10pt]{article}
\usepackage{geometry, mhchem, textgreek, tabularx, longtable}
\geometry{a4paper, left=2cm, right=2cm, top=1.5cm, bottom=3cm }
\title{Staining of differentiated macrophages\vspace*{-1.5cm}}
\date{}
\begin{document}
\maketitle
\setcounter{table}{0}
\section{Reagents} 
\section{Methods}
    test text
    \begin{table}[h]
        \centering
        \caption{Staining panel for Milteny MacsQuant 10 (8 colors)}
        \label{tab:stain_macs}
        \begin{tabularx}{\textwidth}{|X|X|X|X|X|X|X|X|}
            \hline
            &CD14&CD11b&CD206&CD86&CD80&CD163&L/D \\
            \hline
            Fluorophore&PacificBue&BV510&FITC&PE&PE/Cy7&AF647&NearIR \\
            \hline
            Laser&Violet&Violet&Blue&Blue&Blue&Red&Red \\
            \hline
            Filter&V1&V1&B1&B2&B4&R1&R2 \\
            \hline
            Highest in&Mono&Mono/M0&M2&M1&M1&M2&\\
            \hline
            Dilution&1:80&\textit{1:50}&1:50&\textit{1:50}&1:50&\textit{1:50}&\textit{1:50}\\
            \hline  
        \end{tabularx}
    \end{table}
    
    test text

表の後に改行を使用すると、\\この問題は修正されますが、表の前にテキストがある場合に限ります。最初の「テスト テキスト」を削除すると、「終了する行がありません。t」というエラーが発生します。

関連情報