Fix center issue
This commit is contained in:
@@ -94,11 +94,24 @@ input[type=submit] {
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
display: table;
|
||||
}
|
||||
|
||||
tbody {
|
||||
display: table-row-group;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
tr {
|
||||
display: table-row;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
td, th {
|
||||
border: 1px solid $border-color;
|
||||
padding: 8px;
|
||||
display: table-cell;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
th {
|
||||
|
Reference in New Issue
Block a user