mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Adjust width of select dropdown (#5850)
This commit is contained in:
parent
c5d662b4fe
commit
e2826927a7
4
admin/client/dist/styles/bundle.css
vendored
4
admin/client/dist/styles/bundle.css
vendored
File diff suppressed because one or more lines are too long
@ -213,7 +213,7 @@ form.small .field, .field.small {
|
||||
|
||||
/* Chosen override */
|
||||
.chosen-container {
|
||||
width: 100% !important;
|
||||
width: 100%;
|
||||
max-width: $input-max-width !important;
|
||||
vertical-align: bottom;
|
||||
|
||||
|
@ -1245,7 +1245,7 @@ body.cms {
|
||||
.form__field-holder--no-label {
|
||||
margin-left: 0 !important;
|
||||
flex-basis: 100% !important;
|
||||
padding-right: 23px;
|
||||
padding-right: 40px;
|
||||
}
|
||||
|
||||
.dropdown { // The 'select' element
|
||||
|
Loading…
Reference in New Issue
Block a user