refine webfront pages
finish refactor of penalty information/profile optimize pull penalty query start impl of quick message mapping
This commit is contained in:
@ -6318,6 +6318,10 @@ a.link-inverse:hover {
|
||||
.d-md-table-header-group {
|
||||
display: table-header-group !important; } }
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.d-lg-table-header-group {
|
||||
display: table-header-group !important; } }
|
||||
|
||||
#console_command_response {
|
||||
min-height: 20rem; }
|
||||
|
||||
|
@ -88,7 +88,13 @@ a.link-inverse:hover {
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.d-md-table-header-group {
|
||||
display: table-header-group !important
|
||||
display: table-header-group !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.d-lg-table-header-group {
|
||||
display: table-header-group !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user