Add padding to the top of components nav

master
Alexander Surma 2015-07-03 16:58:16 +01:00 committed by Addy Osmani
parent f1dbb19f48
commit 29b140ab5e
1 changed files with 2 additions and 1 deletions

View File

@ -150,7 +150,7 @@ mdl-components-dd {
display: block;
flex-wrap: nowrap;
width: 100%;
height: 110px;
height: 120px;
overflow-x: auto;
overflow-y: hidden;
padding: 8px;
@ -167,6 +167,7 @@ mdl-components-dd {
min-width: 48px;
margin-right: 8px;
padding-left: 0px;
padding-top: 10px;
}
.mdl-components__nav .mdl-components__link > *{