Fix lineheight, fix #511
This commit is contained in:
parent
f5f4bc7fde
commit
9c147b6ec6
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
border-right: 1px solid #ccc;
|
border-right: 1px solid #ccc;
|
||||||
|
/* Somthing sets linehight to 1.5, but the leaflet-popup-content sets it to 1.4, throwing of the calculations... */
|
||||||
|
line-height: 1.5 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.oh-timecell {
|
.oh-timecell {
|
||||||
|
|
Loading…
Reference in a new issue