Merge pull request #5582 from SansPseudoFix/5568-fix-data-overflow-json-exporter
fix #5568 - overflow json exporter
This commit is contained in:
commit
f8fdbed3e8
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ $bring-dark-accent-forward-color: #DDD;
|
||||||
/* general purpose classes */
|
/* general purpose classes */
|
||||||
|
|
||||||
.small-horizontal-spacer {
|
.small-horizontal-spacer {
|
||||||
height: 20px;
|
min-height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.big-horizontal-spacer {
|
.big-horizontal-spacer {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue