Skip to content
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

Fixed width in percent. #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fixed width in percent. #55

wants to merge 1 commit into from

Conversation

exdeniz
Copy link

@exdeniz exdeniz commented Jun 3, 2014

I encountered a problem when setting the width div in %.

@juanmf
Copy link

juanmf commented Jul 26, 2014

I have the same problem, with bootstrap, width is set to 66.66666667% and 33.3333333%
if I manually set it to 66.6 and 33.3 it works. Also I'm raising an issue about Object tag firing a request each time element is_stuck.

<div class="row ">
    <div class="col-md-8 sticky ">
        {% block preview -%}
            {% include pdfPreviewStrategyTemplate %}
        {% endblock %}
    </div>

    <div class="col-md-4  ">
        {% block form -%}
        {% endblock %}
    </div>
</div>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants