Closed jrubenoff closed 9 years ago
I don't follow the logic with this being a dvl-core fix. It looks like that bug is because the wrapping element is display: table
, which follows weird logic when it comes to widths.
How about table-layout: fixed;
on the parent element inside of Screendoor? Gratuitous screencast: http://take.ms/5vfoz
Sure, definitely a better solution.
Fix this nightmare from SWFF:
We can absolutely position the
select
because we already specify the height and width of.styled_select_wrapper
.