Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

This article describes how to change the height of the bars shown in the column header using CSS.

Step-by-Step-Guide

  1. Insert the following code in the "custom.css" of your application.

    //key figures
    .column1 .columnDivider {
        height:1px !important;
        overflow:hidden !important;
    }
    
  2. By using the "height" attribute in the copied CSS code you are able to adjust the bar width.

  • No labels