Browse Source

Fix #3269 - Alinhamento de texto em Pauta

pull/3270/head
Renann Souza 5 years ago
parent
commit
08ee127f5b
  1. 9
      sapl/templates/relatorios/relatorio_pauta_sessao.html

9
sapl/templates/relatorios/relatorio_pauta_sessao.html

@ -5,6 +5,15 @@
{% load static %}
{% block content %}
<style>
table.grayTable tbody td {
font-size: 10px;
max-width: 80px;
overflow-wrap: break-word;
word-wrap: break-word;
text-align: initial;
}
</style>
<h2 class="gray-title">Identificação Básica</h2>
{% for b in basica %}
{{ b }}<br/>

Loading…
Cancel
Save