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

(#803) Autofit Row added more utilities #804

Merged
merged 2 commits into from
Apr 18, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions packages/clay/src/content/sheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,32 +23,32 @@ <h3 class="autofit-row sheet-subtitle">
<span class="heading-text">Sheet Subtitle 2</span>
</span>
</h3>
<h3 class="autofit-row sheet-subtitle">
<span class="autofit-col autofit-col-expand">
<span class="heading-text">Sheet Subtitle 3 with Button and ReallySuperInsanelyJustIncrediblyLongAndTotallyNotPossibleWordButWeAreReallyTryingToCoverAllOurBasesHereJustInCaseSomeoneIsNutsAsPerUsual</span>
</span>
<span class="autofit-col">
<span class="heading-end">
<h3 class="sheet-subtitle">
<span class="autofit-padded-no-gutters autofit-row">
<span class="autofit-col autofit-col-expand">
<span class="heading-text">Sheet Subtitle 3 with Button and ReallySuperInsanelyJustIncrediblyLongAndTotallyNotPossibleWordButWeAreReallyTryingToCoverAllOurBasesHereJustInCaseSomeoneIsNutsAsPerUsual</span>
</span>
<span class="autofit-col">
<button class="btn btn-secondary btn-sm" type="button">Add</button>
</span>
</span>
</h3>
<h3 class="autofit-row autofit-float sheet-subtitle">
<span class="autofit-col">
<span class="heading-start">
<h3 class="sheet-subtitle">
<span class="autofit-float autofit-padded-no-gutters autofit-row">
<span class="autofit-col">
<a class="component-action" href="#1">
<svg aria-hidden="true" class="lexicon-icon lexicon-icon-link">
<use xlink:href="{{rootPath}}/images/icons/icons.svg#link" />
</svg>
</a>
</span>
</span>
<span class="autofit-col autofit-col-expand">
<span class="heading-text">Sheet Subtitle 4 with Autofit Float</span>
</span>
<span class="autofit-col autofit-col-end">
<span class="heading-end">
<span class="autofit-col autofit-col-expand">
<span class="heading-text">Sheet Subtitle 4 with Autofit Float</span>
</span>
<span class="autofit-col">
<button class="btn btn-secondary btn-sm" type="button">Add</button>
</span>
<span class="autofit-col">
<button class="btn btn-secondary btn-sm" type="button">Remove</button>
</span>
</span>
Expand Down
Loading