Added vertical-row-space style, to add some space after a row
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -453,3 +453,8 @@ ul.document-list {
|
||||
width: 100%;height: 100%;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
// A vertical spacer between rows
|
||||
.vertical-row-space {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
Reference in New Issue
Block a user