Fixed overflow of the bearings onto two lines when adding QSOs

这个提交包含在:
Peter Goodhall 2013-02-16 15:02:30 +00:00
父节点 81bf092416
当前提交 be931f3a68

查看文件

@ -35,3 +35,7 @@ input[type="text"] {
.topbar input {
width: 100px !important;
}
input#country {
width: 180px;
}