mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
Merge pull request #222 from Bladrak/improvedFormRendering
Increased input field width for sandbox forms to improve readability wit...
This commit is contained in:
commit
44ec2c257b
@ -538,11 +538,19 @@ li.operation.unlink div.content h4 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
form .parameters,
|
||||
form .parameters {
|
||||
float: left;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
form .parameters .tuple input {
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
form .headers,
|
||||
form .request-content {
|
||||
float: left;
|
||||
width: 33%;
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
|
Loading…
x
Reference in New Issue
Block a user