We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ebf5d0 commit 6a5fbccCopy full SHA for 6a5fbcc
style.css
@@ -13,6 +13,9 @@ td a {
13
table {
14
border: 1px solid !important;
15
margin: 0px 0px 5px 0px !important;
16
+ font-size: 12px;
17
+ border-collapse: collapse;
18
+ width: 380px;
19
}
20
td {
21
border: 1px solid;
@@ -24,19 +27,13 @@ td {
24
27
.down {
25
28
color: #ff0000;
26
29
-table {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 12px;
30
- border-collapse: collapse;
31
- width: 30%; /* Memastikan tabel penuh */
32
-}
33
34
35
- border: 1px solid #000; /* Tambah border untuk visualisasi */
+ border: 1px solid #000;
36
padding: 10px;
37
text-align: center;
38
- width: 33%; /* Setiap kolom mengambil 1/3 dari lebar */
39
- white-space: nowrap; /* Mencegah teks pecah */
+ width: 33%;
+ white-space: nowrap;
40
41
42
.header {
0 commit comments