diff --git a/skinStyles/jquery/datatables.less b/skinStyles/jquery/datatables.less index 7e25297c2..1e5cee3c4 100644 --- a/skinStyles/jquery/datatables.less +++ b/skinStyles/jquery/datatables.less @@ -395,7 +395,9 @@ div.dtsp-panesContainer { } .dtsp-disabledButton { - visibility: hidden; + // Hide buttons since they have no purposes + // Also allows the label to be longer + display: none; } } }