2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-17 07:17:14 +00:00

Make edit fields wider

This commit is contained in:
2024-12-14 00:27:19 +00:00
parent 7730b2535f
commit cfc7a4b9f6
4 changed files with 22 additions and 23 deletions

View File

@@ -32,7 +32,7 @@
z-index: 20;
}
.HTMLarea { width:1000px;}
.HTMLarea { width:100%;}
.popup-overlay.active {
/*displays pop-up when "active" class is present*/
@@ -70,7 +70,7 @@
<style type=text/css>
.CodeMirror {
float: left;
width: 50%;
width: 85%;
border: 1px solid black;
height: 70%;
}