Fix hound [SCI-8007]

This commit is contained in:
sboursen-scinote 2023-03-08 16:31:24 +01:00
parent b3f7c41548
commit 45f3d05fdc
2 changed files with 3 additions and 3 deletions

View file

@ -574,7 +574,7 @@ var ProtocolsIndex = (function() {
language: {
lengthMenu: '_MENU_'
},
initComplete: function(settings, json) {
initComplete: function() {
const versionSelector = $('#version-selector');
const table = childrenTableEl.DataTable();
dropdownSelector.init(versionSelector, {

View file

@ -290,10 +290,10 @@
}
.version-dropdown {
display: flex;
align-items: center;
margin-top: 16px;
column-gap: 8px;
display: flex;
margin-top: 16px;
label {
font-size: 14px;