-
Notifications
You must be signed in to change notification settings - Fork 3
Buttons cannot have display: flex in some browsers (Safari, notably) #83
Comments
|
Here's the fix I applied in DC/OS: dcos/dcos-ui#1750 |
@jfurrow I'm having a difficult time replicating this in Safari. |
@ashenden Check out this pen in Safari, it illustrates the problem we encountered in DC/OS UI: http://codepen.io/yeahjohnnn/pen/XpbaWm |
Ah. But with |
The dropdown's I suggest we remove |
http://stackoverflow.com/questions/35464067/flexbox-not-working-on-button-element-in-some-browsers
We need to remove
display: flex
onbutton
elements.The text was updated successfully, but these errors were encountered: