Match Angular flights-map canvas height (500 → 800px)
This commit is contained in:
@@ -39,12 +39,12 @@
|
||||
.flights-map-start {
|
||||
&__map-wrapper {
|
||||
position: relative;
|
||||
min-height: 500px;
|
||||
min-height: 800px;
|
||||
}
|
||||
|
||||
&__map {
|
||||
width: 100%;
|
||||
height: 500px;
|
||||
height: 800px;
|
||||
}
|
||||
|
||||
&__spinner,
|
||||
|
||||
Reference in New Issue
Block a user