Ensure to/from headers are aligned left
This commit is contained in:
parent
5fa55aad8b
commit
0df3525460
@ -164,13 +164,14 @@
|
|||||||
}
|
}
|
||||||
.origdest {
|
.origdest {
|
||||||
color: yellow;
|
color: yellow;
|
||||||
text-align: left;
|
|
||||||
}
|
}
|
||||||
.from {
|
.from {
|
||||||
width: 25%;
|
width: 25%;
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
.to {
|
.to {
|
||||||
width: 25%;
|
width: 25%;
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
.plat {
|
.plat {
|
||||||
width: 10%
|
width: 10%
|
||||||
|
Loading…
Reference in New Issue
Block a user