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