creativetimofficial / ct-material-dashboard-pro

Material Dashboard Pro - Premium Bootstrap 5 Admin
https://demos.creative-tim.com/material-dashboard-pro/pages/dashboards/analytics
116 stars 28 forks source link

[Bug] material-dashboard-pro HTML v2.1.2 responsive bug #288

Closed olivierpons closed 3 years ago

olivierpons commented 3 years ago

Version

2.1.2

Reproduction link

https://no-link-required.com/

Operating System

Linux

Device

PC

Browser & Version

Latest version (2020-10-08)

Steps to reproduce


Solution

I have none! I need one!

Additional comments

olivierpons commented 3 years ago

I need something like the 2 fields of the "Customisable select":

I suppose there are many times where you need a select option + an input next to it, so this resize / responsive problem might be important...

groovemen commented 3 years ago

Hello @olivierpons,

Thank you for using our products and for letting us know about this issue. Until the next product update, a quick solution would be to change the following styling code:

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px;
}

with the following:

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    max-width: 220px;
}

Hope that information helps you. Please let us know if we can help you with anything else.

All the best, Stefan