3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Make the map clear inline field labels.

This commit is contained in:
paul121 2021-02-23 13:52:10 -08:00 committed by Michael Stenta
parent 5698c13d96
commit 5667b67ffa

View file

@ -1,3 +1,8 @@
.farm-map {
height: 400px;
}
/* Inline labels cause the map to cover other fields. */
.field--label-inline .farm-map {
clear: both;
}