Espaçamento entre <thead>

Bom dia. É possível diminuir o espaçamento da minha THEAD?


<table id="tabelavalores" tablename="tabledetailname1" class="table table-layout-fixed" noaddbutton="true" nodeletebutton="true">
                                                <thead>
                                                    <tr class="tableHeadRow">
                                                        <th class="tableColumn">Nome</th>
                                                        <th class="tableColumn">Hr Extra Inicio</th>
                                                        <th class="tableColumn">Hr Extra Fim</th>
                                                        <th class="tableColumn">Total HE</th>
                                                        <!--<th class="tableColumn">Contador</th>-->
                                                        <!--<th class="tableColumn">Inicio Jornada</th>-->
                                                        <!--<th class="tableColumn">Fim Jornada</th>-->
                                                        <th class="form-group col-md-1">
                                                        <label></label>
                                                        </th>
                                                    </tr>
                                                </thead>

Anexo imagem.

:warning: Atenção: Esta publicação foi transferida automaticamente do fórum antigo, mas os anexos não foram incluídos.

Olá Matheus,

Na verdade a sua tabela esta pegando o tamanho total do elemento pai.

Se você diminuir o tamanho do elemento pai, toda sua tabela irá se reajustar.

Tente colocar a tabela inteira dentro de uma estrutura assim:

div class="row" div class="col-md-6"

/div
/div