Skip to content

Commit 6556f36

Browse files
committed
[chores] Adjustment for narrow screens
1 parent b59b971 commit 6556f36

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

openwisp_monitoring/device/static/monitoring/css/device-map.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
text-transform: uppercase;
2929
}
3030
#device-map-container {
31-
margin: 30px auto 0px auto;
32-
position: relative;
3331
height: 430px;
3432
width: 90%;
33+
margin: 30px auto 0px auto;
34+
position: relative;
3535
border: 1px solid rgba(0, 0, 0, 0.3);
3636
}
3737
#device-map-container .ow-loading-spinner {
@@ -397,4 +397,7 @@
397397
top: -8%;
398398
height: 80%;
399399
}
400+
.map-detail {
401+
min-width: auto;
402+
}
400403
}

0 commit comments

Comments
 (0)