You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
I tried to make a navigation using an ul and giving it the .grid.-around classes, but this line in the standard theme seem to break it, so I'll have to do it by myself in my CSS.
Thats not a deal breaker, but since ul and ol are block-level elements by default, I don't see the point of redefinig that…
The text was updated successfully, but these errors were encountered:
mgoerlich-dev
changed the title
Can't make lists flexbox containers when using standard theme.
Standard theme breaks .grid class for ul/ol
Mar 9, 2018
hi @strflw could you produce an image, describe which browsers are exhibiting the issue you observed and provide a simplified test case to make this reproducible? thanks
hack/src/css/themes/standard.css
Line 34 in 022aba5
Hey there,
I tried to make a navigation using an ul and giving it the
.grid.-around
classes, but this line in the standard theme seem to break it, so I'll have to do it by myself in my CSS.Thats not a deal breaker, but since
ul
andol
are block-level elements by default, I don't see the point of redefinig that…The text was updated successfully, but these errors were encountered: