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:
14
static/dist/css/dog_commands.bundle.css
vendored
14
static/dist/css/dog_commands.bundle.css
vendored
@@ -62,8 +62,18 @@
|
||||
*/
|
||||
#tableMain thead tr th.can-have-button,
|
||||
#tableMain tbody tr td.can-have-button {
|
||||
width: 10vh;
|
||||
min-width: 10vh;
|
||||
width: 6vh;
|
||||
min-width: 6vh;
|
||||
}
|
||||
|
||||
/*
|
||||
@media screen and (max-width: 600px) {
|
||||
#formFilters input,
|
||||
#formFilters select {
|
||||
width: 12vh;
|
||||
min-width: 12vh;
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
/*# sourceMappingURL=dog_commands.bundle.css.map*/
|
||||
Reference in New Issue
Block a user