Change minor style issue & insure correct sorting

This commit is contained in:
William Karsten 2022-08-26 15:57:32 -05:00
parent f44e0b278f
commit 987f654b67
2 changed files with 2 additions and 0 deletions

View File

@ -368,6 +368,7 @@ class _LobstersFunction {
hideSelected: true,
closeAfterSelect: true,
selectOnTab: true,
sortField: {field: "data-value"},
render: {
option: function(data){
return '<div>' +

View File

@ -1442,6 +1442,7 @@ div.flash-success h2 {
box-sizing: border-box;
display: inline-block;
padding-top: 2px;
padding-left: 1px;
position: relative;
width: 612px;
/* supposed to be inherited from body, but TS overwrites */