Skip to content

Commit 6bb7fae

Browse files
committed
Improve layout
1 parent de30b5f commit 6bb7fae

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

src/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
<body>
1313
<header>
1414
<h1>MapMLify</h1>
15-
<p>Convert Web Map Service (WMS) layers to functional MapML</p>
15+
<p>Convert Web Service (WMS,WMTS,ESRI) layers to functional MapML</p>
1616
</header>
1717

1818
<main>
1919
<section class="input-section">
20-
<label for="wms-url">WMS Capabilities URL:</label>
20+
<label for="wms-url">WMS/WMTS/ESRI Capabilities URL:</label>
2121
<div class="input-group">
2222
<input type="text" id="wms-url" list="wms-presets"
2323
placeholder="Type, paste, or select from list..."

src/style/main.css

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ section {
7373
}
7474

7575
#wms-url {
76-
width: 90%;
76+
width: 100%;
7777
max-width: none;
7878
}
7979

@@ -122,6 +122,16 @@ button:active {
122122
color: #2c3e50;
123123
}
124124

125+
#service-details p {
126+
word-wrap: break-word;
127+
overflow-wrap: break-word;
128+
}
129+
130+
#service-details a {
131+
word-break: break-all;
132+
overflow-wrap: break-word;
133+
}
134+
125135
.layers-list {
126136
display: grid;
127137
gap: 1rem;

0 commit comments

Comments
 (0)