From 312c53c2b37de868a49142ded6e9391f2d3d4390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= <cuu508@gmail.com> Date: Fri, 10 Mar 2023 14:55:53 +0200 Subject: [PATCH] Fix check name wrapping in the "Assign Checks to Integration" dialog --- static/css/channel_checks.css | 16 ++++++++++++++++ templates/front/channel_checks.html | 3 ++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/static/css/channel_checks.css b/static/css/channel_checks.css index a0316a57..9f7e8400 100644 --- a/static/css/channel_checks.css +++ b/static/css/channel_checks.css @@ -1,7 +1,23 @@ +#checks-modal .modal-header { + border-bottom: 0; +} + +.channel-checks-table > tbody > tr > th { + border-top: 0; +} + .channel-checks-table td:first-child, .channel-checks-table th:first-child { padding-left: 16px; } +.channel-checks-table td:nth-child(2) { + overflow-wrap: anywhere; +} + +.channel-checks-table td:nth-child(3) { + white-space: nowrap; +} + .channel-checks-table .unnamed { color: #999; font-style: italic; diff --git a/templates/front/channel_checks.html b/templates/front/channel_checks.html index 5887a5a5..f80d5056 100644 --- a/templates/front/channel_checks.html +++ b/templates/front/channel_checks.html @@ -17,9 +17,10 @@ type="checkbox" class="toggle" /> </th> - <th class="check-all-cell" colspan="2"> + <th class="check-all-cell"> Select / Unselect All </th> + <th>UUID</th> </tr> {% for check in checks %} <tr>