Fix user problem css

This commit is contained in:
cuom1999 2024-02-12 13:43:07 -06:00
parent 4259b909a0
commit c5aff93fb8
3 changed files with 15 additions and 14 deletions

View file

@ -422,6 +422,7 @@ function onWindowReady() {
var errorList = $(this);
errorList.nextAll('input, select, textarea').first().after(errorList);
});
register_all_toggles();
}
$(function() {

View file

@ -324,6 +324,7 @@ a.edit-profile {
td.problem-category {
width: 100px;
}
width: 99%;
}
#pp-load-link-wrapper {