mirror of
https://github.com/webmin/webmin.git
synced 2025-07-21 23:40:34 +00:00
Fix table columns width in Firewall module to be proportional #1923
This commit is contained in:
@ -261,7 +261,8 @@ else {
|
||||
# Generate the header
|
||||
local (@hcols, @tds);
|
||||
push(@hcols, "", $text{'index_action'});
|
||||
push(@tds, "width=5", "width=30% nowrap");
|
||||
push(@tds, "width=5", "width=10% nowrap",
|
||||
"width=70%", "nowrap", "nowrap");
|
||||
if ($config{'view_condition'}) {
|
||||
push(@hcols, $text{'index_desc'});
|
||||
push(@tds, "nowrap");
|
||||
|
Reference in New Issue
Block a user