Skip to content

Commit

Permalink
Remove center alignment of tables and thumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
ibnesayeed committed Jun 18, 2022
1 parent b3186d7 commit fcd3a85
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions webcomponent/cdxsummary.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ ${this.sampleCapturesList()}
border-collapse: collapse;
display: block;
max-width: fit-content;
margin: 0 auto;
overflow-x: auto;
white-space: nowrap;
}
Expand Down Expand Up @@ -342,9 +341,6 @@ ${this.sampleCapturesList()}
details.samples:not([open]) summary::after {
content: attr(data-close);
}
.sample-thumbs {
text-align: center;
}
.thumb-container {
width: 294px;
height: 186px;
Expand Down

0 comments on commit fcd3a85

Please sign in to comment.