27 lines
442 B
SCSS
Raw Normal View History

#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;
}
}
}
}