Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
update(demo, content): refactor styles
Browse files Browse the repository at this point in the history
* set demo-content `height:600px;` for properly layouts and scrolling.
  • Loading branch information
ThomasBurleson committed Sep 29, 2015
1 parent f636bcc commit ee11913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/content/demoBasicUsage/index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

<div ng-controller="AppCtrl" layout="column" style="padding-bottom: 15px;">
<div ng-controller="AppCtrl" layout="column">
<md-toolbar class="md-warn">
<div class="md-toolbar-tools">
<h2 class="md-flex">Toolbar: md-warn</h2>
</div>
</md-toolbar>

<md-content layout-padding style="height: 600px;padding: 24px;">
<md-content flex layout-padding>
<p>Lorem ipsum dolor sit amet, ne quod novum mei. Sea omnium invenire mediocrem at, in lobortis conclusionemque nam. Ne deleniti appetere reprimique pro, inani labitur disputationi te sed. At vix sale omnesque, id pro labitur reformidans accommodare, cum labores honestatis eu. Nec quem lucilius in, eam praesent reformidans no. Sed laudem aliquam ne.</p>

<p>
Expand Down

0 comments on commit ee11913

Please sign in to comment.