As you can see in the image, the last line has popped the box border, where can I increase the width of the box?
Thecodeisasfollows:
<p:menuButtonid="documentos" value="#{messages['estada.modal.documentos']}" >
<p:menuitem>
<p:commandLink value="#{messages['estada.modal.emissao.relatorio.consolidado.programacao']}" id="relConsolidadeProgramacao"
style="text-decoration:none; margin-left:8px; padding-right:5px" immediate="true" process="@this" update="@form" oncomplete="emissaoRelatorio.show();">
<f:setPropertyActionListener target="#{useCaseScope.idEstada}" value="#{row.id}"/>
<f:setPropertyActionListener target="#{useCaseScope.estadaNavioIdentificador}" value="#{row.identificador}"/>
<f:setPropertyActionListener target="#{useCaseScope.tipoRelatorio}" value="RC"/>
<f:setPropertyActionListener target="#{useCaseScope.exibirUnidadeMedida}" value="true"/>
</p:commandLink>
</p:menuitem>
</p:menuButton>