-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't offset columns by a certain amount of columns anymore. #23616
Comments
Offsetting columns will be restored in v4 Beta 2: #23445 |
When do we have beta 2? |
Don't pin me down on this one, but I think I heard or read that it would not take any longer then another 3 months. I could be totally wrong though. |
Any workaround until then? |
Closing as a duplicate of #23445. If you want a workaround, copy-paste the code from the PR that closed that issue, or pull in the latest from |
Workaround: Copy and paste this into your project
|
There used to be classes like
col-sm-offset-X
oroffset-sm-X
in the previous versions. So I could offset columns like:When I needed. Now seems like I am stuck with
md-sm-auto
andml-sm-auto
that align it either on the left or right side of the row.The text was updated successfully, but these errors were encountered: