Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5c6a5980ec
|
||
|
|
74c7400957
|
||
|
|
47d2280970
|
@@ -32,7 +32,9 @@ jobs:
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64
|
||||
platforms: |
|
||||
linux/amd64
|
||||
linux/arm64
|
||||
push: true
|
||||
pull: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
|
||||
+14
-3
@@ -47,9 +47,20 @@ _PAGE = """<!DOCTYPE html>
|
||||
div.cli-wrap {{
|
||||
padding-top: 20px;
|
||||
}}
|
||||
table {{ border-collapse: collapse; width: 100%; line-height: 20px; }}
|
||||
td, th {{ border: 1px solid black; padding: .4rem .6rem; text-align: left;
|
||||
vertical-align: top; }}
|
||||
table {{
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
line-height: 20px;
|
||||
table-layout: fixed;
|
||||
}}
|
||||
table tr td, table tr th {{
|
||||
border: 1px solid black;
|
||||
padding: .4rem .6rem;
|
||||
text-align: left;
|
||||
vertical-align: center;
|
||||
overflow-wrap: break-word;
|
||||
white-space: normal;
|
||||
}}
|
||||
td:first-child {{ white-space: nowrap; width: 12rem; }}
|
||||
code, pre {{ background: #f5f5f5; margin: 0px; }}
|
||||
pre {{ padding: .8rem; overflow-x: auto; border: 1px solid #e2e2e2; overflow-x: hidden; }}
|
||||
|
||||
Reference in New Issue
Block a user