summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-01-17 17:13:52 +0100
committerJules Laplace <julescarbon@gmail.com>2019-01-17 17:13:52 +0100
commit37c1cd8f75e05490067d132f60f7e378809c6b49 (patch)
treefa869bb7ea3f7f5879f00877733047c93e6dda82 /client
parente3838e679f5709361ee26cbdf87d9d55ffd52b97 (diff)
border
Diffstat (limited to 'client')
-rw-r--r--client/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/index.js b/client/index.js
index 2c003888..c9335f14 100644
--- a/client/index.js
+++ b/client/index.js
@@ -36,7 +36,7 @@ function appendApplets(applets) {
appendTable(el, payload)
break
case 'map':
- el.parentNode.classList.add('fullwidth')
+ el.parentNode.classList.add('wide')
appendMap(el, payload)
el.classList.add('loaded')
break