PHRAS-983 - fix document height issue in preview

This commit is contained in:
Florian BLOUET
2016-02-17 12:30:54 +01:00
parent 5b5c42173e
commit 7fa2b2bce9

View File

@@ -214,3 +214,9 @@
background-color: darken($darkerBackgroundColor, 10);
color: $darkerTextColor;
}
#PREVIEWIMGCONT {
.documentTips {
width: 100%;
height: 100%;
}
}