remove consecutive blank line

This commit is contained in:
Eugenio Romano
2016-10-12 13:47:38 +01:00
parent 2dc1cec71e
commit 68465e46f2
54 changed files with 0 additions and 80 deletions

View File

@@ -35,14 +35,11 @@ import { ContextMenuService } from './context-menu.service';
.context-menu {
list-style-type: none;
position: static;
height: auto;
width: auto;
min-width: 124px;
padding: 8px 0;
margin: 0;
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
border-radius: 2px;
}