Skip to content
Snippets Groups Projects
Verified Commit 8899a977 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: update the behavour of the datatable in terms of width #262

parent 3cc5042d
No related branches found
No related tags found
No related merge requests found
...@@ -233,9 +233,9 @@ function getTemplate() { ...@@ -233,9 +233,9 @@ function getTemplate() {
<div data-monster-role="detail"> <div data-monster-role="detail">
<div data-monster-attributes="class path:classes.container" part="container" <div data-monster-attributes="class path:classes.container" part="container"
data-monster-role="container"> data-monster-role="container">
<slot></slot> <slot part="slot"></slot>
</div> </div>
<div class="deco-line" data-monster-role="deco"></div> <div part="deco-line" class="deco-line" data-monster-role="deco"></div>
</div> </div>
</div>`; </div>`;
} }
......
This diff is collapsed.
...@@ -156,7 +156,7 @@ function getMonsterVersion() { ...@@ -156,7 +156,7 @@ function getMonsterVersion() {
} }
/** don't touch, replaced by make with package.json version */ /** don't touch, replaced by make with package.json version */
monsterVersion = new Version("3.80.4"); monsterVersion = new Version("3.86.1");
return monsterVersion; return monsterVersion;
} }
...@@ -7,7 +7,7 @@ describe('Monster', function () { ...@@ -7,7 +7,7 @@ describe('Monster', function () {
let monsterVersion let monsterVersion
/** don´t touch, replaced by make with package.json version */ /** don´t touch, replaced by make with package.json version */
monsterVersion = new Version("3.80.4") monsterVersion = new Version("3.86.1")
let m = getMonsterVersion(); let m = getMonsterVersion();
......
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
</head> </head>
<body> <body>
<div id="headline" style="display: flex;align-items: center;justify-content: center;flex-direction: column;"> <div id="headline" style="display: flex;align-items: center;justify-content: center;flex-direction: column;">
<h1 style='margin-bottom: 0.1em;'>Monster 3.80.4</h1> <h1 style='margin-bottom: 0.1em;'>Monster 3.86.1</h1>
<div id="lastupdate" style='font-size:0.7em'>last update Sa 12. Okt 19:49:44 CEST 2024</div> <div id="lastupdate" style='font-size:0.7em'>last update Do 14. Nov 11:52:15 CET 2024</div>
</div> </div>
<div id="mocha-errors" <div id="mocha-errors"
style="color: red;font-weight: bold;display: flex;align-items: center;justify-content: center;flex-direction: column;margin:20px;"></div> style="color: red;font-weight: bold;display: flex;align-items: center;justify-content: center;flex-direction: column;margin:20px;"></div>
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment