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