Skip to content

Commit

Permalink
test(table): add padding for screenshot tests of basic table
Browse files Browse the repository at this point in the history
  • Loading branch information
max-umain committed Dec 17, 2024
1 parent 430565c commit 574bd0b
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</script>
</head>

<body class="tds-mode-dark" style="background-color: var(--tds-grey-958)">
<body class="tds-mode-dark" style="background-color: var(--tds-grey-958); padding: 20px">
<tds-table
vertical-dividers="false"
compact-design="false"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</script>
</head>

<body>
<body style="padding: 20px">
<tds-table
vertical-dividers="false"
compact-design="false"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</script>
</head>

<body class="tds-mode-dark" style="background-color: var(--tds-grey-900)">
<body class="tds-mode-dark" style="background-color: var(--tds-grey-900); padding: 20px">
<tds-table
vertical-dividers="false"
compact-design="false"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</script>
</head>

<body style="background-color: var(--tds-grey-50)">
<body style="background-color: var(--tds-grey-50); padding: 20px">
<tds-table
vertical-dividers="false"
compact-design="false"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 574bd0b

Please sign in to comment.