Skip to content

Commit

Permalink
Update scaffold.css.template (#5582)
Browse files Browse the repository at this point in the history
* Update scaffold.css.template

Fix a visual issue with the `.rw-table-wrapper-responsive` scrollbar, that made it look like an ellipse.

* test(cli): update snapshots

update snapshots after changing the template

Co-authored-by: Dominic Saadi <[email protected]>
  • Loading branch information
fakkio and jtoar committed May 22, 2022
1 parent f903f5c commit af0416e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ exports[`in javascript (default) mode creates a stylesheet 1`] = `
background-color: #a1a1aa;
background-clip: content-box;
border: 3px solid transparent;
border-radius: 50%;
border-radius: 10px;
}
.rw-segment-header {
background-color: #e2e8f0;
Expand Down Expand Up @@ -2047,7 +2047,7 @@ exports[`in typescript mode creates a stylesheet 1`] = `
background-color: #a1a1aa;
background-clip: content-box;
border: 3px solid transparent;
border-radius: 50%;
border-radius: 10px;
}
.rw-segment-header {
background-color: #e2e8f0;
Expand Down Expand Up @@ -2792,7 +2792,7 @@ exports[`tailwind flag set to \`false\` generates a scaffold.css with raw CSS 1`
background-color: #a1a1aa;
background-clip: content-box;
border: 3px solid transparent;
border-radius: 50%;
border-radius: 10px;
}
.rw-segment-header {
background-color: #e2e8f0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ exports[`in javascript (default) mode creates a stylesheet 1`] = `
background-color: #a1a1aa;
background-clip: content-box;
border: 3px solid transparent;
border-radius: 50%;
border-radius: 10px;
}
.rw-segment-header {
background-color: #e2e8f0;
Expand Down Expand Up @@ -1961,7 +1961,7 @@ exports[`in typescript mode creates a stylesheet 1`] = `
background-color: #a1a1aa;
background-clip: content-box;
border: 3px solid transparent;
border-radius: 50%;
border-radius: 10px;
}
.rw-segment-header {
background-color: #e2e8f0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
background-color: #a1a1aa;
background-clip: content-box;
border: 3px solid transparent;
border-radius: 50%;
border-radius: 10px;
}
.rw-segment-header {
background-color: #e2e8f0;
Expand Down

0 comments on commit af0416e

Please sign in to comment.