Skip to content

Commit 5971585

Browse files
committed
fixed #275 - hope this helps
1 parent e75e51c commit 5971585

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

quick-start/src/main/ui/app/home/home.component.scss

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ $header-height: 48px;
7373

7474
.flow-container {
7575
.padder {
76-
padding: 10px;
76+
padding: 0px 10px;
7777
}
78-
padding: 0px;
78+
padding: 0px 10px;
7979
width: 100%;
8080
box-sizing: border-box;
8181
max-height: 5000px;
@@ -86,6 +86,12 @@ $header-height: 48px;
8686
transition: max-height $heightDuration $easingFunc;
8787
background-color: $list-bg-color;
8888

89+
.mdl-list__item {
90+
min-height: 32px;
91+
}
92+
.mdl-list__item-primary-content {
93+
padding: 0px 8px;
94+
}
8995
&.collapsed {
9096
max-height: 0px;
9197
background-color: initial;
@@ -104,6 +110,7 @@ $header-height: 48px;
104110
width: 100%;
105111
display: flex;
106112
align-items: center;
113+
color: #666;
107114
}
108115

109116
.mdl-list {

0 commit comments

Comments
 (0)