Merge branch 'ent-3147-mobile-console-pagination-bugfix' into 'develop'

Mobile console pagination bugfix

See merge request 
This commit is contained in:
vgilc 2018-11-23 12:54:53 +01:00
commit a5f6bfe84f
1 changed files with 5 additions and 1 deletions
pandora_console/mobile/include/style

View File

@ -1369,4 +1369,8 @@ DIV.nodata_container {
} }
.legend_graph td.legendLabel { .legend_graph td.legendLabel {
font-size: 12px !important; font-size: 12px !important;
} }
.ui-popup-hidden {
display: none;
}