Kaynağa Gözat

section 100%

tags/1.0.1^0
Robin Thoni 8 yıl önce
ebeveyn
işleme
c20f6fcd4a
2 değiştirilmiş dosya ile 5 ekleme ve 1 silme
  1. 1
    1
      app/index.html
  2. 4
    0
      app/less/app.less

+ 1
- 1
app/index.html Dosyayı Görüntüle

@@ -76,7 +76,7 @@
76 76
 </head>
77 77
 <body>
78 78
 
79
-<section layout="row" flex>
79
+<section layout="row" flex class="section-main">
80 80
         <ng-include src="'views/sidebar.html'"></ng-include>
81 81
         <!--<ng-include src="'views/toolbar.html'"></ng-include>-->
82 82
 

+ 4
- 0
app/less/app.less Dosyayı Görüntüle

@@ -43,6 +43,10 @@
43 43
   height: 100%;
44 44
 }
45 45
 
46
+.section-main {
47
+  height: 100%;
48
+}
49
+
46 50
 .welcome-message {
47 51
   font-size: large;
48 52
 }

Loading…
İptal
Kaydet