Revize 38882a3e
Přidáno uživatelem Jan Čarnogurský před více než 4 roky(ů)
src/main/webapp/WEB-INF/templates/assembly.html | ||
---|---|---|
205 | 205 |
</form> |
206 | 206 |
|
207 | 207 |
|
208 |
<div th:if="${contingencyTableRows}" class="container box"> |
|
208 |
<div th:if="${contingencyTableRows}" class="container box exported-table">
|
|
209 | 209 |
<div class="col-md-12"> |
210 | 210 |
<table class="tg table"> |
211 | 211 |
<tr th:each="contingencyTableRow : ${contingencyTableRows}"> |
src/main/webapp/css/style.css | ||
---|---|---|
327 | 327 |
text-align: right; |
328 | 328 |
padding-right: 20px; |
329 | 329 |
padding-top: 20px; |
330 |
} |
|
331 |
|
|
332 |
.exported-table { |
|
333 |
overflow: auto; |
|
330 | 334 |
} |
Také k dispozici: Unified diff
re #8131 - přidání scrollování na tabulku