fix: Post merge fixes
This commit is contained in:
parent
b94d5778a8
commit
dd7d12df22
2 changed files with 8 additions and 6 deletions
|
|
@ -410,4 +410,11 @@ input.list-check-all, input.list-row-checkbox {
|
|||
// padding-top: 2px;
|
||||
// }
|
||||
|
||||
|
||||
// map
|
||||
.map-view-container {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
width: 100%;
|
||||
height: calc(100vh - 284px);
|
||||
z-index: 0;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -578,11 +578,6 @@ async-foreach@^0.1.3:
|
|||
resolved "https://registry.yarnpkg.com/async-foreach/-/async-foreach-0.1.3.tgz#36121f845c0578172de419a97dbeb1d16ec34542"
|
||||
integrity sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI=
|
||||
|
||||
async-limiter@~1.0.0:
|
||||
version "1.0.0"
|
||||
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8"
|
||||
integrity sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==
|
||||
|
||||
async@^2.6.1:
|
||||
version "2.6.3"
|
||||
resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue