#9292 code refactoring
This commit is contained in:
parent
778501d4bf
commit
564cd837ae
File diff suppressed because it is too large
Load Diff
|
@ -9153,3 +9153,16 @@ div#err_msg_centralised {
|
||||||
.tag-editor .tag-editor-delete:hover i:before {
|
.tag-editor .tag-editor-delete:hover i:before {
|
||||||
color: #ccc !important;
|
color: #ccc !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.snmp-td {
|
||||||
|
padding: 0 !important;
|
||||||
|
height: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.snmp-div {
|
||||||
|
height: 100%;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: start;
|
||||||
|
padding-left: 10px;
|
||||||
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue