# profile-builder/3.9.6/front-end/default-fields/select2/select2.css

User Profile Builder – Beautiful User Registration Forms, User Profiles &amp; User Role Editor, version 3.9.6. 21 lines.

- Page: https://pluginprobe.com/plugins/profile-builder/3.9.6/code/front-end/default-fields/select2/select2.css
- Raw: https://pluginprobe.com/plugins/profile-builder/3.9.6/raw/front-end/default-fields/select2/select2.css
- Modified: 2022-10-05T06:23:08+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/profile-builder/3.9.6/code/front-end/default-fields/select2/select2.css#L10-L20`.

```css
/* Select 2 Field */
.wppb-select2 span.select2-container{
    clear: none;
    width: 69.9% !important;
}

.wppb-select2-multiple span.select2-container{
    clear: none;
    width: 69.9% !important;
}

@media screen and (max-width: 400px){
    .wppb-select2 span.select2-container{
        clear: none;
        width: 100% !important;
    }
    .wppb-select2-multiple span.select2-container{
        clear: none;
        width: 100% !important;
    }
}
```
