Fix queue edit content alignment (#7274)

This commit is contained in:
Alex 2025-02-25 13:23:06 -07:00 committed by GitHub
parent c22080d2fc
commit 2f955d4fef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -511,7 +511,7 @@
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
echo "<tr>\n";
echo "<td class='vncellreq' valign='top' align='left' nowrap='nowrap'>\n";
echo "<td width='30%' class='vncellreq' valign='top' align='left' nowrap='nowrap'>\n";
echo " ".$text['label-fifo_name']."\n";
echo "</td>\n";
echo "<td class='vtable' style='position: relative;' align='left'>\n";
@ -789,4 +789,4 @@
//include the footer
require_once "resources/footer.php";
?>
?>