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
@@ -452,4 +452,9 @@ ul.document-list {
|
|||||||
left: 0; top: 0;
|
left: 0; top: 0;
|
||||||
width: 100%;height: 100%;
|
width: 100%;height: 100%;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
|
}
|
||||||
|
|
||||||
|
// A vertical spacer between rows
|
||||||
|
.vertical-row-space {
|
||||||
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user