Merge pull request #198 from CartoDB/add-left-xxl-margin

Add XXL left space
This commit is contained in:
Jesús Botella 2018-05-23 12:15:12 +02:00 committed by GitHub
commit 4cbe7053b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,9 @@
.u-lSpace--xl {
margin-left: 12px;
}
.u-lSpace--xxl {
margin-left: 16px;
}
.u-ellipsis {
text-overflow: ellipsis;