27 lines
442 B
SCSS
27 lines
442 B
SCSS
![]() |
|
||
|
#srv_diagnostic{
|
||
|
|
||
|
br{
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
#srv_diagnostic_results,
|
||
|
#srv_diagnostic_results_right{
|
||
|
clear: both;
|
||
|
display: block !important;
|
||
|
width: 100% !important;
|
||
|
|
||
|
box-sizing: border-box;
|
||
|
margin: 20px 0 !important;
|
||
|
|
||
|
table{
|
||
|
width: 100%;
|
||
|
min-width: 100%;
|
||
|
|
||
|
td + td {
|
||
|
width: auto !important;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|