Fix the width of tables with tour info.
This commit is contained in:
parent
82b8b3fd1a
commit
485077c8ba
@ -2,11 +2,11 @@
|
|||||||
.tour-info {
|
.tour-info {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
table {
|
table {
|
||||||
width: 220px;
|
width: 221px;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
tbody > tr > td.result {
|
tbody > tr > td.result {
|
||||||
width: 32px;
|
width: 33px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user