@@ -1320,19 +1320,6 @@
return new App(Model, View, Controller);
})(window);
-
- window.onload = ()=>{
- let wait = setInterval(()=>{
- let shortSelects = document.querySelectorAll(".select-group");
- if(shortSelects.length > 0){
- clearInterval(wait);
- for(let i = 0; i < shortSelects.length; i++){
- shortSelects[i].children[1].removeAttribute("style");
- }
- }, 100);
</script>
</body>
</html>
@@ -1282,19 +1282,6 @@
@@ -1232,19 +1232,6 @@
@@ -1357,19 +1357,6 @@
@@ -1425,19 +1425,6 @@
@@ -1401,19 +1401,6 @@
@@ -1279,19 +1279,6 @@
@@ -1584,19 +1584,6 @@
@@ -1341,19 +1341,6 @@
@@ -1301,19 +1301,6 @@
@@ -1362,19 +1362,6 @@
@@ -1348,19 +1348,6 @@
@@ -1399,19 +1399,6 @@
@@ -1322,19 +1322,6 @@
@@ -1287,19 +1287,6 @@
@@ -1299,19 +1299,6 @@
@@ -1426,19 +1426,6 @@
@@ -1257,19 +1257,6 @@
@@ -1283,19 +1283,6 @@
@@ -62,4 +62,8 @@
#app .cat-score{
margin-left: 0;
}
+
+ .select-group .select-lg{
+ width: 100%;
+ }