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

Short text is not shown #50

Open
liadlivnat opened this issue Oct 18, 2015 · 0 comments
Open

Short text is not shown #50

liadlivnat opened this issue Oct 18, 2015 · 0 comments

Comments

@liadlivnat
Copy link

look at the following example:
for short text like "text" i get only "read more"

this is the html

 <ul>
            <li ng-repeat="insight in data.insights | limitTo:5 track by $index" ><i style="margin-bottom: 3px;" class="icon icons-less-info"></i>
              <p class="insight-text" data-ng-bind="insight.insight" data-ellipsis data-ellipsis-append="read more"
                   ng-click="getFullInsights({insightData:insight})"></p>
            </li>
        </ul>

the css has min-width:1024px;

capture

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

No branches or pull requests

1 participant