Skip to content

Commit

Permalink
Release cef20hub version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Razumain committed Jun 12, 2019
1 parent 9e6269e commit 7717d34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cef-20-demo-hub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>se.swedenconnect.eidas.test</groupId>
<artifactId>cef20demohub</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>jar</packaging>

<name>CEF-20 Demo Application Hub</name>
Expand Down
7 changes: 4 additions & 3 deletions cef-20-demo-hub/src/main/resources/templates/sc-home.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<title>CEF eIDAS nodes for test - Home</title>

<style>
.word-wrap-div {
.button-word-wrap-div {
-ms-word-break: break-all;
word-break: break-all;

Expand All @@ -22,6 +22,7 @@
-ms-hyphens: auto;
hyphens: auto;

/* This is required since the div is located inside a btn class wrapper which alters this value and prevents word-wrapping */
white-space: normal;
}
</style>
Expand Down Expand Up @@ -63,7 +64,7 @@ <h2 class="article-header">Sweden CEF eIDAS nodes for test</h2>
<div class="col-sm-10" style="overflow: hidden">
<strong th:text="'Country ' + ${country} + ' - CEF version '+ ${spConfigMap.get(country).getCefVersion()}"></strong>
<hr class="full-width" />
<div class="word-wrap-div" th:utext="${spConfigMap.get(country).getDescription()}"></div>
<div class="button-word-wrap-div" th:utext="${spConfigMap.get(country).getDescription()}"></div>
</div>
</div>
</div>
Expand All @@ -77,7 +78,7 @@ <h2 class="article-header">Sweden CEF eIDAS nodes for test</h2>
<div class="col-sm-10" style="overflow: hidden">
<strong th:text="'Country ' + ${extCountry} + ' - CEF version '+ ${extSpConfigMap.get(extCountry).getCefVersion()}"></strong>
<hr class="full-width" />
<div class="word-wrap-div" th:utext="${extSpConfigMap.get(extCountry).getDescription()}"></div>
<div class="button-word-wrap-div" th:utext="${extSpConfigMap.get(extCountry).getDescription()}"></div>
</div>
</div>
</div>
Expand Down

0 comments on commit 7717d34

Please sign in to comment.