1. Fix(CSS): Styles improved across all pages. \n 2. Fix(SQL): User authentication correction for demo account with user role.
This commit is contained in:
@@ -8,4 +8,14 @@
|
||||
#tableMain tbody tr td.can-have-button {
|
||||
width: 6vh;
|
||||
min-width: 6vh;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
@media screen and (max-width: 600px) {
|
||||
#formFilters input,
|
||||
#formFilters select {
|
||||
width: 12vh;
|
||||
min-width: 12vh;
|
||||
}
|
||||
}
|
||||
*/
|
||||
Reference in New Issue
Block a user