diff --git a/public/css/module.less b/public/css/module.less index 2a2208b..407c11c 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -19,14 +19,12 @@ option[value=""] { display: none; } -form[name="form_pending_packages"] + table { - &, & + table { - div#layout:not(.minimal-layout):not(.poor-layout) & { - table-layout: fixed; - } +form[name="form_pending_packages"] table { + div#layout:not(.minimal-layout):not(.poor-layout) & { + table-layout: fixed; } - & td { + td { vertical-align: top; } }