fix : styling and word wrap
This commit is contained in:
parent
e4a48864ad
commit
0851e9934d
1 changed files with 9 additions and 8 deletions
|
@ -11,16 +11,17 @@
|
||||||
.center {
|
.center {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
.center, .center th, .center td {
|
||||||
|
border: 1px solid white;
|
||||||
|
}
|
||||||
|
|
||||||
& table, & th {
|
.center {
|
||||||
border: 1px solid;
|
border-spacing: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
& td {
|
.center th, .center td {
|
||||||
border: 1px solid;
|
margin: 3px;
|
||||||
width: fit-content;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#key_table {
|
#key_table {
|
||||||
|
|
Loading…
Reference in a new issue