Merge branch 'ent-8645-estilos-dashboard-no-ajusta-bien-a-los-lados' into 'develop'

fixed  visual dashboard pandora_enterprise#8645

See merge request artica/pandorafms!4770
This commit is contained in:
Daniel Rodriguez 2022-03-25 10:29:16 +00:00
commit c33cb143bf
2 changed files with 8 additions and 3 deletions

View File

@ -15,9 +15,10 @@
display: flex;
flex-direction: row;
align-items: center;
padding: 3px;
width: 99%;
margin: 0 auto;
}
#main_pure #menu_tab_frame_view #menu_tab_left {
margin-left: 20px;
}
ul.mn {

View File

@ -7667,6 +7667,10 @@ div.graph div.legend table {
line-height: 25px;
}
.container-fluid {
padding: 0;
}
.pandora_logs {
width: 98%;
float: right;