thomaspark / bootswatch

Themes for Bootstrap
https://bootswatch.com
MIT License
14.58k stars 3.67k forks source link

Superhero: floating labels are jumpy #1292

Closed martinburger closed 10 months ago

martinburger commented 10 months ago

Theme: Superhero Version: 5.3.1

If you focus an input field with a floating label, that field slightly increases its height. This causes a vertical form with multiple such input fields to be jumpy.

martinburger commented 10 months ago

Thank you for your incredibly quick resolution.

Is there a way to download such fixes via npm? As far as I can see, I can only download versions that are directly tied to the official versions of bootstrap.

However, those versions do not include the latest fixes like the one related to this issue.

thomaspark commented 10 months ago

Yes, you should able to use something like this with the hash for the version:

git+ssh://git@github.com/thomaspark/bootswatch.git#36b93e93619a7c23654b80f053adc5aaf81b1c6a

martinburger commented 10 months ago

Thanks a lot for the tip. You taught me something new. What makes this a great day. 👍

After reading the fine manual, I just found out that the following command is all that is needed:

❯ npm install 'github:thomaspark/bootswatch#36b93e9'