Browse Source

Fix #3269 - Alinhamento de texto em Pauta (#3270)

pull/3280/head
Renann Souza 4 years ago
committed by GitHub
parent
commit
5d48f8bdb3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      sapl/templates/relatorios/relatorio_pauta_sessao.html

9
sapl/templates/relatorios/relatorio_pauta_sessao.html

@ -5,6 +5,15 @@
{% load static %} {% load static %}
{% block content %} {% 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> <h2 class="gray-title">Identificação Básica</h2>
{% for b in basica %} {% for b in basica %}
{{ b }}<br/> {{ b }}<br/>

Loading…
Cancel
Save