arrow-down arrow at-sign bug check checkbox-checked checkbox-unchecked svg-checkmark chevron-right chevrons-right circle-down circle-left circle-right circle-up cloud2 svg-cross2 download download external-link filter github hash home leaf leaf left link-2 log-in log-out mail menu message-square minus plus radio-checked radio-checked2 radio-unchecked search settings spinner8 target twitter up upload-2 user users warning x zap
  • Home
  • Report a bug
  • Contribute
  • All issues
  • Login

URL: https://payroll.jobcan.jp/employees/my_data/payslips

Browser / Version: Firefox 79.0
Operating System: Mac OS X 10.14
Tested Another Browser: Yes Chrome

Problem type: Design is broken
Description: Items are misaligned
Steps to Reproduce:
The page has 5 tables aligned in 3 or 4 columns. Firefox renders the first table very very wide.
Because the page requires a login and a contract, I created a minimum HTML to simulate the problem.

<!DOCTYPE html>
<html>
  <head>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <style>
      .m-table-obvious {
          width: 100%;
          table-layout: fixed;
      }
    </style>
  </head>
  <body>
    <div style="width: 150px; border: 1px red dashed">
      <div style="display: flex">
        <div style="border: 1px blue dashed">
          <table class="m-table-obvious"><tbody><tr><td>1</td></tr></tbody></table>
        </div>
        <div style="border: 1px yellow dashed">
          <table class="m-table-obvious"><tbody><tr><td>2</td></tr></tbody></table>
        </div>
        <div style="border: 1px cyan dashed">
          <table class="m-table-obvious"><tbody><tr><td>3</td></tr></tbody></table>
        </div>
      </div>
    </div>
  </body>
</html>
View the screenshot Screenshot
Browser Configuration
  • None

From webcompat.com with ❤️

Please login to edit issues.

View issue on Github

Shortcut: Press l on your keyboard to open the label editor. Shortcut: Press g on your keyboard to be taken to the GitHub view of this page.
Closed: Duplicate
#58594

payroll.jobcan.jp - Items are misaligned

Opened: 2020-09-21
Reporter: critical-bug
Comments: 7
  • Home
  • List of issues
  • About
  • Contribute
  • Contact
  • Privacy Policy
  • Terms of Service
  • Code of Conduct