startbootstrap-sb-admin-2 icon indicating copy to clipboard operation
startbootstrap-sb-admin-2 copied to clipboard

Search bar text input slightly less high than Search button

Open Matthieu-Malyga opened this issue 5 years ago • 2 comments

The search input text is not perfectly aligned with the search button : sb_admin_2_-_dashboard What do we need to modify so that it would be of the same height? I must say that since I don't know SCSS yet, I just copied the CSS files (assuming that CSS are the final files and SCSS are just easier for development phase). I don't know if this related.

Matthieu-Malyga avatar Mar 08 '19 17:03 Matthieu-Malyga

Just to let you know that it is related to a bootstrap issue : https://github.com/twbs/bootstrap/issues/27629

As a workaround I just overwritten the height to auto in a custom css file :

.form-control {
  height: auto;
}

Matthieu-Malyga avatar Mar 09 '19 07:03 Matthieu-Malyga

Just to let you know that it is related to a bootstrap issue : twbs/bootstrap#27629

As a workaround I just overwritten the height to auto in a custom css file :

.form-control {
  height: auto;
}

thank you, you can fix form input file type with this solution too.

Screenshot (1)

muhtarudinsiregar avatar May 12 '19 05:05 muhtarudinsiregar