mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
fix format wrapping
This commit is contained in:
parent
7288ccad07
commit
12c067154c
@ -145,6 +145,10 @@ table tbody tr td {
|
|||||||
line-height: 1.3em;
|
line-height: 1.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table tbody tr td.format {
|
||||||
|
word-break: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
background-color: #89BF04;
|
background-color: #89BF04;
|
||||||
padding: 1%;
|
padding: 1%;
|
||||||
|
@ -130,7 +130,7 @@
|
|||||||
<td>{{ name }}</td>
|
<td>{{ name }}</td>
|
||||||
<td>{{ infos.dataType is defined ? infos.dataType : '' }}</td>
|
<td>{{ infos.dataType is defined ? infos.dataType : '' }}</td>
|
||||||
<td>{{ infos.required ? 'true' : 'false' }}</td>
|
<td>{{ infos.required ? 'true' : 'false' }}</td>
|
||||||
<td>{{ infos.format }}</td>
|
<td class="format">{{ infos.format }}</td>
|
||||||
<td>{{ infos.description is defined ? infos.description|trans : '' }}</td>
|
<td>{{ infos.description is defined ? infos.description|trans : '' }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user