mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
Merge pull request #860 from jupeter/format-wrapping
Fix wrapping of format table row
This commit is contained in:
commit
970a78c614
@ -145,6 +145,10 @@ table tbody tr td {
|
||||
line-height: 1.3em;
|
||||
}
|
||||
|
||||
table tbody tr td.format {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
#header {
|
||||
background-color: #89BF04;
|
||||
padding: 1%;
|
||||
|
@ -130,7 +130,7 @@
|
||||
<td>{{ name }}</td>
|
||||
<td>{{ infos.dataType is defined ? infos.dataType : '' }}</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>
|
||||
</tr>
|
||||
{% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user