Spaces:
Sleeping
Sleeping
Upload index.less
Browse files
aworld/cmd/web/webui/src/pages/components/index.less
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.tracebox {
|
2 |
+
padding: 16px;
|
3 |
+
|
4 |
+
.mermaid {
|
5 |
+
width: 80%;
|
6 |
+
max-width: 700px;
|
7 |
+
margin: 0 auto;
|
8 |
+
text-align: center;
|
9 |
+
}
|
10 |
+
}
|