fix styling of the import modal

This commit is contained in:
Shane Kilkelly 2016-07-18 16:07:00 +01:00
parent 0576380811
commit 57079fc986

View file

@ -344,4 +344,21 @@
}
}
}
}
.referencesImportModal {
.referencesImportPreview {
margin-top: 15px;
.referencesImportPreviewScroller {
font-family: monospace;
font-size: 0.8em;
max-height: 360px;
overflow: scroll;
white-space: pre;
padding: 8px 12px;
margin-bottom: 15px;
border: 1px solid @gray-lighter;
background-color: @gray-lightest;
}
}
}