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

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";
?>
?>