aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/css/dumbymap.css
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-09-15 11:00:41 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-09-15 11:02:28 +0800
commit0a081ceddbc10212c87c337b054b0ca4f3534666 (patch)
tree2c6bf50741e3a21b59d9c3c4aafa178cb7216879 /src/css/dumbymap.css
parent19aa38f4c29ea2349207a25292d1970ce596b3f1 (diff)
fix(CSS): Set html content full width
Diffstat (limited to 'src/css/dumbymap.css')
-rw-r--r--src/css/dumbymap.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/css/dumbymap.css b/src/css/dumbymap.css
index e9d9dba..ab09863 100644
--- a/src/css/dumbymap.css
+++ b/src/css/dumbymap.css
@@ -47,8 +47,9 @@
47 47
48 .SemanticHtml { 48 .SemanticHtml {
49 order: 1; 49 order: 1;
50 padding: 0.5rem; 50 padding: 1.5rem;
51 overflow-y: scroll; 51 overflow-y: scroll;
52 width: 100%;
52 53
53 > .draggable-block { 54 > .draggable-block {
54 width: 100%; 55 width: 100%;