08-09-2017, 08:05 PM
I was having trouble using code pulled from bootsnipp.com in my project. Basically, code that worked great on bootsnipp never quite worked right for me, and it was driving me crazy. I tracked down the problem to sb-admin.css. It looks we don't ship the stock sb-admin.css from startbootstrap.com. The version of sb-admin shipped in 4.2.9 is both old and modified from the original. We should probably override what needs changing instead of modifying the original.
The especially problematic part are 2 lines added at the very end, which cause all kinds of breakage:
.dropdown-menu {width: 205px;}
.btn {width: 100{3bc1fe685386cc4c3ab89a3f76566d8931e181ad17f08aed9ad73b30bf28114d};}
Since that gets loaded for every page, basically any of your personal or bootsnipp code that uses the btn or dropdown-menu class is hosed by this. Can we get these lines removed for the next release to spare others the pain?
The especially problematic part are 2 lines added at the very end, which cause all kinds of breakage:
.dropdown-menu {width: 205px;}
.btn {width: 100{3bc1fe685386cc4c3ab89a3f76566d8931e181ad17f08aed9ad73b30bf28114d};}
Since that gets loaded for every page, basically any of your personal or bootsnipp code that uses the btn or dropdown-menu class is hosed by this. Can we get these lines removed for the next release to spare others the pain?