From d148febc2a2eb82972121d7f962883f7a5697b55 Mon Sep 17 00:00:00 2001 From: Dan Wallis Date: Fri, 26 May 2023 23:32:02 +0100 Subject: [PATCH] Reduce width of table in issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index edb4b4c75c..5036ca4dcd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -48,13 +48,13 @@ A clear and concise description of what you expected to happen. ## Versions (please complete the following information) -| | | -|-------------------------|------------------------------------------------------------------------------| -| Operating System | [e.g., Windows 10, MacOS 10.15] | -| PHP version | [e.g., 7.2, 7.4] | -| PHP_CodeSniffer version | [e.g., 3.5.5, master] | -| Standard | [e.g., PSR2, PSR12, Squiz, custom] | -| Install type | [e.g. Composer (global/local), PHAR, PEAR, git clone, other (please expand)] | +| | | +|-|-| +| Operating System | [e.g., Windows 10, MacOS 10.15] +| PHP version | [e.g., 7.2, 7.4] +| PHP_CodeSniffer version | [e.g., 3.5.5, master] +| Standard | [e.g., PSR2, PSR12, Squiz, custom] +| Install type | [e.g. Composer (global/local), PHAR, PEAR, git clone, other (please expand)] ## Additional context Add any other context about the problem here.