* Fix: #746

* formatting
This commit is contained in:
Ludy
2024-02-18 08:40:30 +01:00
committed by GitHub
parent 673f005fe6
commit 51ad741744
9 changed files with 265 additions and 283 deletions

View File

@@ -4,11 +4,11 @@
<th:block th:insert="~{fragments/common :: head(title=#{compare.title}, header=#{compare.header})}"></th:block>
<style>
.result-column {
border: 1px solid #ccc;
padding: 15px;
overflow-y: auto;
height: calc(100vh - 400px);
white-space: pre-wrap;
border: 1px solid #ccc;
padding: 15px;
overflow-y: auto;
height: calc(100vh - 400px);
white-space: pre-wrap;
}
</style>
</head>