mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 07:41:43 +03:00
Change content class name to request-content
This commit is contained in:
parent
557e4523de
commit
4fdc526b42
@ -1199,7 +1199,7 @@ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operatio
|
||||
|
||||
form .parameters,
|
||||
form .headers,
|
||||
form .content {
|
||||
form .request-content {
|
||||
float: left;
|
||||
width: 33%;
|
||||
}
|
||||
@ -1209,7 +1209,7 @@ form .content {
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
form .content textarea {
|
||||
.request-content textarea {
|
||||
width:100%;
|
||||
min-width:100%;
|
||||
max-width:100%;
|
||||
|
@ -127,7 +127,7 @@
|
||||
<button class="add">New header</button>
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="content">
|
||||
<fieldset class="request-content">
|
||||
<legend>Content</legend>
|
||||
|
||||
<textarea class="content" placeholder="Content set here will override the parameters that do not match the url"></textarea>
|
||||
|
Loading…
x
Reference in New Issue
Block a user