Skip to content

Commit 358bbda

Browse files
authored
Merge pull request #8 from internetarchive/webcomponent
Remove center alignment of tables and thumbs
2 parents b3186d7 + 8d9c374 commit 358bbda

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

webcomponent/cdxsummary.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,6 @@ ${this.sampleCapturesList()}
289289
border-collapse: collapse;
290290
display: block;
291291
max-width: fit-content;
292-
margin: 0 auto;
293292
overflow-x: auto;
294293
white-space: nowrap;
295294
}
@@ -342,9 +341,6 @@ ${this.sampleCapturesList()}
342341
details.samples:not([open]) summary::after {
343342
content: attr(data-close);
344343
}
345-
.sample-thumbs {
346-
text-align: center;
347-
}
348344
.thumb-container {
349345
width: 294px;
350346
height: 186px;

webcomponent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@internetarchive/cdxsummary",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "A Web Component to render CDX Summary JSON files",
55
"main": "cdxsummary.js",
66
"module": "cdxsummary.js",

0 commit comments

Comments
 (0)