Enlarged the services form column width so that the CRUD buttons do not wrap.
This commit is contained in:
parent
c06f3def14
commit
71eca2b5b8
1 changed files with 1 additions and 1 deletions
|
@ -513,7 +513,7 @@ body .form-horizontal .controls {
|
||||||
}
|
}
|
||||||
|
|
||||||
#services-page .details {
|
#services-page .details {
|
||||||
max-width: 370px;
|
max-width: 450px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* BACKEND USERS PAGE
|
/* BACKEND USERS PAGE
|
||||||
|
|
Loading…
Reference in a new issue