flexboxgrid icon indicating copy to clipboard operation
flexboxgrid copied to clipboard

Col-md-offset-0?

Open Kyle-Griffin opened this issue 7 years ago • 5 comments

Briefly ( tweet size ) describe your issue and how you discovered it.

expected to have no offset on md to stop the sm's offset which in turns stops the offset of xs.

...

Expected behavior

overrides col-sm-offset-(n) and prevents any margin-left on md size and above ...

Actual behavior

no class in place: offsets by sm offset. ...

Steps to reproduce behavior

  • OS: MacOS
  • Browser: Chrome
  • code/fiddle/pen url: N/A

Any chance this can be added? I'm forced to add it as a class in my current project but seems pretty obvious that it should be part of the core.

Kyle-Griffin avatar Sep 28 '17 13:09 Kyle-Griffin

+1

stefanschleich avatar Sep 29 '17 00:09 stefanschleich

+1!

enkota avatar Dec 19 '17 18:12 enkota

+1

tabuckner avatar Feb 28 '18 19:02 tabuckner

How about wrapping the xs, sm, md, lg specific classes in mediaqueries? if col-sm only works for min-width:x and max-width:y and col-md only for min-width: z etc this will reset itself.

Jessman5 avatar Jan 18 '19 13:01 Jessman5

+1!

brycekirk avatar Mar 01 '21 18:03 brycekirk