In Tab Theme, how can I reduce the height of the Footer Widget?
I am trying to change style.css file in <app_name>\themes\TabTheme\widgets\Footer\css\style.css like this
.jimu-widget-footer{
height: 50%; /*changed from 100 to 50*/
}
but this doesnot do anything after I refresh the page.