diff options
| author | adamhrv <adam@ahprojects.com> | 2019-03-30 15:41:36 +0100 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-03-30 15:41:36 +0100 |
| commit | 765c55ec432ea93b83f2789243a7359b0c6bdd81 (patch) | |
| tree | 0fd5df4e9a40ac7f84727d1bb3ec1b9e68257b0e | |
| parent | 8127fe7df5de0ebf2b374c6a24e4410b0c412410 (diff) | |
clear left on map
| -rw-r--r-- | site/assets/css/applets.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/assets/css/applets.css b/site/assets/css/applets.css index cbd9f825..dae78859 100644 --- a/site/assets/css/applets.css +++ b/site/assets/css/applets.css @@ -2,6 +2,7 @@ .applet_container { min-height: 340px; + clear: left; } .applet_container.autosize { min-height: 0; |
