horizon/openstack_dashboard/static/dashboard/scss/components/_forms.scss

6 lines
147 B
SCSS

/**** Prevent long image names from breaking form layout in Firefox ****/
.form-group input[type="file"] {
width: 100%;
white-space: normal;
}