-
Notifications
You must be signed in to change notification settings - Fork 6
form-choice__label doesn't wrap in IE #4
Comments
This might be a possible fix: |
I've already tried it with |
It looks like we can only solve this by adding a browser hack to target IE10. The problem is that this is not possible without javascript. CSS browser hacks like:
Will also target IE11 where the problem doesn't occur. We could also stop using inline-flex but that's a step back in my opinion. |
Ok if more problems occur with using flexbox we should drop it and go for the safer option of using display inline-block. There are not many advantages of using inline-flex in this situation anyway. |
…ng document and ugly styling when there are HTMLElements in the form label
Let't check if this problem still occurs and if PR should be merged. IE10 support is no longer required but it should also wrapping when other html elements are used it checkbox label. |
Text in
<label class="form-choice__label">...</label>
breaks through thewidth
set on alayout__item
, found in IE10:The text was updated successfully, but these errors were encountered: