Skip to content
GitLab
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
    Projects Groups Topics Snippets
  • Register
  • Sign in
  • typeset.sh - issues typeset.sh - issues
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • Jacob Siefer
  • typeset.sh - issuestypeset.sh - issues
  • Issues
  • #168
Closed
Open
Issue created Apr 12, 2021 by Jacob Siefer@jsieferOwner

Table Layot | Fixed cell height breaks layout if smaller than content

See example bellow

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <style>
        @page {
            size: 210pt 210pt;
            margin: 5pt;
        }
        html, body {
            font-size: 5pt;
            padding: 0;
            margin: 0;
        }

        table, td, th {
            border: 1pt solid black;
            border-collapse: collapse;
        }

        td {
            font-size: 20pt;
            line-height: 20pt;
            height: 15pt;
        }


    </style>
</head>
<body>
    <table>
        <tbody>
            <tr>
                <td>A A</td>
                <td>B B</td>
                <td>C C</td>
            </tr>
        </tbody>
    </table>
</body>
</html>
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking